#4963C6

Color #4963C6 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4963C6

Tints of Free Speech Blue #4963C6

Color information

#4963C6 (or 0x4963C6) is unknown color: approx Free Speech Blue. HEX triplet: 49, 63 and C6. RGB value is (73,99,198). Sum of RGB (Red+Green+Blue) = 73+99+198=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #4963C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4963C6 is #B69C39. Grayscale: #666666. Windows color (decimal): -11967546 or 13001545. OLE color: 13001545.

HSL color Cylindrical-coordinate representation of color #4963C6: hue angle of 227.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4963C6 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7399198-
CMYK0.630.5000.22
HSL227.52º52.3%53.14%-
HSV(B)227.52º63.13%77.65%-
XYZ17.414.4255.29-
YUV102.51181.89106.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 19.73%
GREEN value IS 99 (39.06% from 255) = 26.76%
BLUE value IS 198 (77.73% from 255) = 53.51%
R=19.73%
G=26.76%
B=53.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal73991980.630.5000.22227.5252.353.14
Hex4963C63F32016e43435
Octal11114330677620263446465
Binary100100111000111100011011111111001001011011100100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4963C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4963C6; }

 p { color: rgb(73,99,198); }

 H1.HeaderClassName
 {
   color: #4963C6;
 }
 .AnyTagClassName
 {
   color: #4963C6;
 }
</style>
background-color css

<style>
 a { background-color: #4963C6; }

 a { background-color: rgb(73,99,198); }

 div.DivClassName
 {
   background-color: #4963C6;
 }
 .BgClassName
 {
   background-color: #4963C6;
 }
</style>
border-color css

<style>
 span { border-color: #4963C6; }

 span { border-color: rgb(73,99,198); }

 td.TdClassName
 {
   border-color: #4963C6;
 }
 .TagClassName
 {
   border-color: #4963C6;
 }
</style>