#4c52de

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

Shades of Free Speech Blue #4C52DE

Tints of Free Speech Blue #4C52DE

Color information

#4C52DE (or 0x4C52DE) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 52 and DE. RGB value is (76,82,222). Sum of RGB (Red+Green+Blue) = 76+82+222=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C52DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C52DE is #B3AD21. Grayscale: #5F5F5F. Windows color (decimal): -11775266 or 14570060. OLE color: 14570060.

HSL color Cylindrical-coordinate representation of color #4C52DE: hue angle of 237.53º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C52DE is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7682222-
CMYK0.660.6300.13
HSL237.53º68.87%58.43%-
HSV(B)237.53º65.77%87.06%-
XYZ19.1812.8570.58-
YUV96.17199.01113.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 222 (87.11% from 255) = 58.42%
R=20%
G=21.58%
B=58.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal76822220.660.6300.13237.5368.8758.43
Hex4C52DE423F0Dee453a
Octal1141223361027701535610572
Binary1001100101001011011110100001011111101101111011101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c52de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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