#4C52DC

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

Shades of Free Speech Blue #4C52DC

Tints of Free Speech Blue #4C52DC

Color information

#4C52DC (or 0x4C52DC) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 52 and DC. RGB value is (76,82,220). Sum of RGB (Red+Green+Blue) = 76+82+220=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C52DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C52DC is #B3AD23. Grayscale: #5F5F5F. Windows color (decimal): -11775268 or 14438988. OLE color: 14438988.

HSL color Cylindrical-coordinate representation of color #4C52DC: hue angle of 237.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C52DC is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7682220-
CMYK0.650.6300.14
HSL237.5º67.29%58.04%-
HSV(B)237.5º65.45%86.27%-
XYZ18.9212.7469.17-
YUV95.94198.01113.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.11%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 220 (86.33% from 255) = 58.20%
R=20.11%
G=21.69%
B=58.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal76822200.650.6300.14237.567.2958.04
Hex4C52DC413F0Eee433a
Octal1141223341017701635610372
Binary1001100101001011011100100000111111101110111011101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C52DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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