#4E7EBE

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

Shades of Havelock Blue #4E7EBE

Tints of Havelock Blue #4E7EBE

Color information

#4E7EBE (or 0x4E7EBE) is unknown color: approx Havelock Blue. HEX triplet: 4E, 7E and BE. RGB value is (78,126,190). Sum of RGB (Red+Green+Blue) = 78+126+190=394 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.80% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E7EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7EBE is #B18141. Grayscale: #767676. Windows color (decimal): -11632962 or 12484174. OLE color: 12484174.

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

Color convert

RGB78126190-
CMYK0.590.3400.25
HSL214.29º46.28%52.55%-
HSV(B)214.29º58.95%74.51%-
XYZ19.920.2651.58-
YUV118.94168.198.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.80%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=19.80%
G=31.98%
B=48.22%

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
Decimal781261900.590.3400.25214.2946.2852.55
Hex4E7EBE3B22019d62e35
Octal11617627673420313265665
Binary100111011111101011111011101110001001100111010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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