#4C52BA

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

Shades of Free Speech Blue #4C52BA

Tints of Free Speech Blue #4C52BA

Color information

#4C52BA (or 0x4C52BA) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 52 and BA. RGB value is (76,82,186). Sum of RGB (Red+Green+Blue) = 76+82+186=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C52BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C52BA is #B3AD45. Grayscale: #5B5B5B. Windows color (decimal): -11775302 or 12210764. OLE color: 12210764.

HSL color Cylindrical-coordinate representation of color #4C52BA: hue angle of 236.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C52BA is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7682186-
CMYK0.590.5600.27
HSL236.73º44.35%51.37%-
HSV(B)236.73º59.14%72.94%-
XYZ14.8611.1247.82-
YUV92.06181.01116.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.09%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 186 (73.05% from 255) = 54.07%
R=22.09%
G=23.84%
B=54.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76821860.590.5600.27236.7344.3551.37
Hex4C52BA3B3801Bed2c33
Octal11412227273700333555463
Binary100110010100101011101011101111100001101111101101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C52BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,82,186); }

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

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

 a { background-color: rgb(76,82,186); }

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

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

 span { border-color: rgb(76,82,186); }

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