#4E60D2

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

Shades of Free Speech Blue #4E60D2

Tints of Free Speech Blue #4E60D2

Color information

#4E60D2 (or 0x4E60D2) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 60 and D2. RGB value is (78,96,210). Sum of RGB (Red+Green+Blue) = 78+96+210=384 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.31% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 210 (82.42% from 255 or 54.69% from 384); Max value from RGB is 210 - color contains mainly: blue. Hex color #4E60D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E60D2 is #B19F2D. Grayscale: #676767. Windows color (decimal): -11640622 or 13787214. OLE color: 13787214.

HSL color Cylindrical-coordinate representation of color #4E60D2: hue angle of 231.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E60D2 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7896210-
CMYK0.630.5400.18
HSL231.82º59.46%56.47%-
HSV(B)231.82º62.86%82.35%-
XYZ18.9614.6462.8-
YUV103.61188.04109.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.31%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 210 (82.42% from 255) = 54.69%
R=20.31%
G=25%
B=54.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal78962100.630.5400.18231.8259.4656.47
Hex4E60D23F36012e83b38
Octal11614032277660223507370
Binary100111011000001101001011111111011001001011101000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E60D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,96,210); }

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

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

 a { background-color: rgb(78,96,210); }

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

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

 span { border-color: rgb(78,96,210); }

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