#4E70C0

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

Shades of Havelock Blue #4E70C0

Tints of Havelock Blue #4E70C0

Color information

#4E70C0 (or 0x4E70C0) is unknown color: approx Havelock Blue. HEX triplet: 4E, 70 and C0. RGB value is (78,112,192). Sum of RGB (Red+Green+Blue) = 78+112+192=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E70C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E70C0 is #B18F3F. Grayscale: #6E6E6E. Windows color (decimal): -11636544 or 12611662. OLE color: 12611662.

HSL color Cylindrical-coordinate representation of color #4E70C0: hue angle of 222.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E70C0 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78112192-
CMYK0.590.4200.25
HSL222.11º47.5%52.94%-
HSV(B)222.11º59.38%75.29%-
XYZ18.4517.0152.18-
YUV110.95173.74104.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.42%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 192 (75.39% from 255) = 50.26%
R=20.42%
G=29.32%
B=50.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781121920.590.4200.25222.1147.552.94
Hex4E70C03B2A019de3035
Octal11616030073520313366065
Binary100111011100001100000011101110101001100111011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E70C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,112,192); }

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

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

 a { background-color: rgb(78,112,192); }

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

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

 span { border-color: rgb(78,112,192); }

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