#4E82BE

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

Shades of Havelock Blue #4E82BE

Tints of Havelock Blue #4E82BE

Color information

#4E82BE (or 0x4E82BE) is unknown color: approx Havelock Blue. HEX triplet: 4E, 82 and BE. RGB value is (78,130,190). Sum of RGB (Red+Green+Blue) = 78+130+190=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E82BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E82BE is #B17D41. Grayscale: #797979. Windows color (decimal): -11631938 or 12485198. OLE color: 12485198.

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

Color convert

RGB78130190-
CMYK0.590.3200.25
HSL212.14º46.28%52.55%-
HSV(B)212.14º58.95%74.51%-
XYZ20.4221.351.75-
YUV121.29166.7797.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.60%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=19.60%
G=32.66%
B=47.74%

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
Decimal781301900.590.3200.25212.1446.2852.55
Hex4E82BE3B20019d42e35
Octal11620227673400313245665
Binary1001110100000101011111011101110000001100111010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E82BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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