#4E81BC

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

Shades of Havelock Blue #4E81BC

Tints of Havelock Blue #4E81BC

Color information

#4E81BC (or 0x4E81BC) is unknown color: approx Havelock Blue. HEX triplet: 4E, 81 and BC. RGB value is (78,129,188). Sum of RGB (Red+Green+Blue) = 78+129+188=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E81BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E81BC is #B17E43. Grayscale: #787878. Windows color (decimal): -11632196 or 12353870. OLE color: 12353870.

HSL color Cylindrical-coordinate representation of color #4E81BC: hue angle of 212.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E81BC is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB78129188-
CMYK0.590.3100.26
HSL212.18º45.08%52.16%-
HSV(B)212.18º58.51%73.73%-
XYZ20.0720.9550.56-
YUV120.48166.197.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.75%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=19.75%
G=32.66%
B=47.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal781291880.590.3100.26212.1845.0852.16
Hex4E81BC3B1F01Ad42d34
Octal11620127473370323245564
Binary100111010000001101111001110111111101101011010100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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