#4956C6

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

Shades of Free Speech Blue #4956C6

Tints of Free Speech Blue #4956C6

Color information

#4956C6 (or 0x4956C6) is unknown color: approx Free Speech Blue. HEX triplet: 49, 56 and C6. RGB value is (73,86,198). Sum of RGB (Red+Green+Blue) = 73+86+198=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #4956C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4956C6 is #B6A939. Grayscale: #5E5E5E. Windows color (decimal): -11970874 or 12998217. OLE color: 12998217.

HSL color Cylindrical-coordinate representation of color #4956C6: hue angle of 233.76º 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 #4956C6 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7386198-
CMYK0.630.5700.22
HSL233.76º52.3%53.14%-
HSV(B)233.76º63.13%77.65%-
XYZ16.2712.1554.91-
YUV94.88186.19112.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 198 (77.73% from 255) = 55.46%
R=20.45%
G=24.09%
B=55.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal73861980.630.5700.22233.7652.353.14
Hex4956C63F39016ea3435
Octal11112630677710263526465
Binary100100110101101100011011111111100101011011101010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4956C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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