#4E7ABF

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

Shades of Havelock Blue #4E7ABF

Tints of Havelock Blue #4E7ABF

Color information

#4E7ABF (or 0x4E7ABF) is unknown color: approx Havelock Blue. HEX triplet: 4E, 7A and BF. RGB value is (78,122,191). Sum of RGB (Red+Green+Blue) = 78+122+191=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E7ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7ABF is #B18540. Grayscale: #747474. Windows color (decimal): -11633985 or 12548686. OLE color: 12548686.

HSL color Cylindrical-coordinate representation of color #4E7ABF: hue angle of 216.64º 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 #4E7ABF is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78122191-
CMYK0.590.3600.25
HSL216.64º46.89%52.75%-
HSV(B)216.64º59.16%74.9%-
XYZ19.5119.351.99-
YUV116.71169.92100.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.95%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 191 (75% from 255) = 48.85%
R=19.95%
G=31.20%
B=48.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781221910.590.3600.25216.6446.8952.75
Hex4E7ABF3B24019d92f35
Octal11617227773440313315765
Binary100111011110101011111111101110010001100111011001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,122,191); }

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

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

 a { background-color: rgb(78,122,191); }

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

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

 span { border-color: rgb(78,122,191); }

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