#4C5ACA

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

Shades of Free Speech Blue #4C5ACA

Tints of Free Speech Blue #4C5ACA

Color information

#4C5ACA (or 0x4C5ACA) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 5A and CA. RGB value is (76,90,202). Sum of RGB (Red+Green+Blue) = 76+90+202=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C5ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5ACA is #B3A535. Grayscale: #626262. Windows color (decimal): -11773238 or 13261388. OLE color: 13261388.

HSL color Cylindrical-coordinate representation of color #4C5ACA: hue angle of 233.33º 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 #4C5ACA is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7690202-
CMYK0.620.5500.21
HSL233.33º54.31%54.51%-
HSV(B)233.33º62.38%79.22%-
XYZ17.313.1157.5-
YUV98.58186.36111.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.65%
GREEN value IS 90 (35.55% from 255) = 24.46%
BLUE value IS 202 (79.30% from 255) = 54.89%
R=20.65%
G=24.46%
B=54.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76902020.620.5500.21233.3354.3154.51
Hex4C5ACA3E37015e93637
Octal11413231276670253516667
Binary100110010110101100101011111011011101010111101001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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