#4E81BF

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

Shades of Havelock Blue #4E81BF

Tints of Havelock Blue #4E81BF

Color information

#4E81BF (or 0x4E81BF) is unknown color: approx Havelock Blue. HEX triplet: 4E, 81 and BF. RGB value is (78,129,191). Sum of RGB (Red+Green+Blue) = 78+129+191=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E81BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E81BF is #B17E40. Grayscale: #787878. Windows color (decimal): -11632193 or 12550478. OLE color: 12550478.

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

Color convert

RGB78129191-
CMYK0.590.3200.25
HSL212.92º46.89%52.75%-
HSV(B)212.92º59.16%74.9%-
XYZ20.421.0852.28-
YUV120.82167.697.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.60%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 191 (75% from 255) = 47.99%
R=19.60%
G=32.41%
B=47.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781291910.590.3200.25212.9246.8952.75
Hex4E81BF3B20019d52f35
Octal11620127773400313255765
Binary1001110100000011011111111101110000001100111010101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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