#4E8CD0

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

Shades of Havelock Blue #4E8CD0

Tints of Havelock Blue #4E8CD0

Color information

#4E8CD0 (or 0x4E8CD0) is unknown color: approx Havelock Blue. HEX triplet: 4E, 8C and D0. RGB value is (78,140,208). Sum of RGB (Red+Green+Blue) = 78+140+208=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #4E8CD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8CD0 is #B1732F. Grayscale: #808080. Windows color (decimal): -11629360 or 13667406. OLE color: 13667406.

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

Color convert

RGB78140208-
CMYK0.620.3300.18
HSL211.38º58.04%56.08%-
HSV(B)211.38º62.5%81.57%-
XYZ23.9124.9363.23-
YUV129.21172.4691.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.31%
GREEN value IS 140 (55.08% from 255) = 32.86%
BLUE value IS 208 (81.64% from 255) = 48.83%
R=18.31%
G=32.86%
B=48.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal781402080.620.3300.18211.3858.0456.08
Hex4E8CD03E21012d33a38
Octal11621432076410223237270
Binary1001110100011001101000011111010000101001011010011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,140,208); }

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

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

 a { background-color: rgb(78,140,208); }

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

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

 span { border-color: rgb(78,140,208); }

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