#4E52DC

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

Shades of Free Speech Blue #4E52DC

Tints of Free Speech Blue #4E52DC

Color information

#4E52DC (or 0x4E52DC) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 52 and DC. RGB value is (78,82,220). Sum of RGB (Red+Green+Blue) = 78+82+220=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E52DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E52DC is #B1AD23. Grayscale: #5F5F5F. Windows color (decimal): -11644196 or 14438990. OLE color: 14438990.

HSL color Cylindrical-coordinate representation of color #4E52DC: hue angle of 238.31º 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 #4E52DC is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7882220-
CMYK0.650.6300.14
HSL238.31º66.98%58.43%-
HSV(B)238.31º64.55%86.27%-
XYZ19.0812.8269.18-
YUV96.54197.67114.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.53%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 220 (86.33% from 255) = 57.89%
R=20.53%
G=21.58%
B=57.89%

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
Decimal78822200.650.6300.14238.3166.9858.43
Hex4E52DC413F0Eee433a
Octal1161223341017701635610372
Binary1001110101001011011100100000111111101110111011101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E52DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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