#4E7EBF

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

Shades of Havelock Blue #4E7EBF

Tints of Havelock Blue #4E7EBF

Color information

#4E7EBF (or 0x4E7EBF) is unknown color: approx Havelock Blue. HEX triplet: 4E, 7E and BF. RGB value is (78,126,191). Sum of RGB (Red+Green+Blue) = 78+126+191=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E7EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7EBF is #B18140. Grayscale: #767676. Windows color (decimal): -11632961 or 12549710. OLE color: 12549710.

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

Color convert

RGB78126191-
CMYK0.590.3400.25
HSL214.51º46.89%52.75%-
HSV(B)214.51º59.16%74.9%-
XYZ20.0120.352.15-
YUV119.06168.698.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.75%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 191 (75% from 255) = 48.35%
R=19.75%
G=31.90%
B=48.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781261910.590.3400.25214.5146.8952.75
Hex4E7EBF3B22019d72f35
Octal11617627773420313275765
Binary100111011111101011111111101110001001100111010111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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