#4C5CCA

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

Shades of Free Speech Blue #4C5CCA

Tints of Free Speech Blue #4C5CCA

Color information

#4C5CCA (or 0x4C5CCA) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 5C and CA. RGB value is (76,92,202). Sum of RGB (Red+Green+Blue) = 76+92+202=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C5CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5CCA is #B3A335. Grayscale: #636363. Windows color (decimal): -11772726 or 13261900. OLE color: 13261900.

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

Color convert

RGB7692202-
CMYK0.620.5400.21
HSL232.38º54.31%54.51%-
HSV(B)232.38º62.38%79.22%-
XYZ17.4713.4657.55-
YUV99.76185.7111.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.54%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 202 (79.30% from 255) = 54.59%
R=20.54%
G=24.86%
B=54.59%

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
Decimal76922020.620.5400.21232.3854.3154.51
Hex4C5CCA3E36015e83637
Octal11413431276660253506667
Binary100110010111001100101011111011011001010111101000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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