#4C5CC9

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

Shades of Free Speech Blue #4C5CC9

Tints of Free Speech Blue #4C5CC9

Color information

#4C5CC9 (or 0x4C5CC9) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 5C and C9. RGB value is (76,92,201). Sum of RGB (Red+Green+Blue) = 76+92+201=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 201 (78.91% from 255 or 54.47% from 369); Max value from RGB is 201 - color contains mainly: blue. Hex color #4C5CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5CC9 is #B3A336. Grayscale: #636363. Windows color (decimal): -11772727 or 13196364. OLE color: 13196364.

HSL color Cylindrical-coordinate representation of color #4C5CC9: hue angle of 232.32º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C5CC9 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7692201-
CMYK0.620.5400.21
HSL232.32º53.65%54.31%-
HSV(B)232.32º62.19%78.82%-
XYZ17.3513.4156.93-
YUV99.64185.2111.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.60%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 201 (78.91% from 255) = 54.47%
R=20.60%
G=24.93%
B=54.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76922010.620.5400.21232.3253.6554.31
Hex4C5CC93E36015e83636
Octal11413431176660253506666
Binary100110010111001100100111111011011001010111101000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C5CC9; }

 p { color: rgb(76,92,201); }

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

<style>
 a { background-color: #4C5CC9; }

 a { background-color: rgb(76,92,201); }

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

<style>
 span { border-color: #4C5CC9; }

 span { border-color: rgb(76,92,201); }

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