#4E8BD6

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

Shades of Havelock Blue #4E8BD6

Tints of Havelock Blue #4E8BD6

Color information

#4E8BD6 (or 0x4E8BD6) is unknown color: approx Havelock Blue. HEX triplet: 4E, 8B and D6. RGB value is (78,139,214). Sum of RGB (Red+Green+Blue) = 78+139+214=431 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.10% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #4E8BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8BD6 is #B17429. Grayscale: #808080. Windows color (decimal): -11629610 or 14060366. OLE color: 14060366.

HSL color Cylindrical-coordinate representation of color #4E8BD6: hue angle of 213.09º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E8BD6 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB78139214-
CMYK0.640.3500.16
HSL213.09º62.39%57.25%-
HSV(B)213.09º63.55%83.92%-
XYZ24.5124.9467.14-
YUV129.31175.7991.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.10%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 214 (83.98% from 255) = 49.65%
R=18.10%
G=32.25%
B=49.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal781392140.640.3500.16213.0962.3957.25
Hex4E8BD64023010d53e39
Octal116213326100430203257671
Binary10011101000101111010110100000010001101000011010101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,139,214); }

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

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

 a { background-color: rgb(78,139,214); }

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

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

 span { border-color: rgb(78,139,214); }

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