#4E82BC

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

Shades of Havelock Blue #4E82BC

Tints of Havelock Blue #4E82BC

Color information

#4E82BC (or 0x4E82BC) is unknown color: approx Havelock Blue. HEX triplet: 4E, 82 and BC. RGB value is (78,130,188). Sum of RGB (Red+Green+Blue) = 78+130+188=396 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.70% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E82BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E82BC is #B17D43. Grayscale: #787878. Windows color (decimal): -11631940 or 12354126. OLE color: 12354126.

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

Color convert

RGB78130188-
CMYK0.590.3100.26
HSL211.64º45.08%52.16%-
HSV(B)211.64º58.51%73.73%-
XYZ20.221.2250.61-
YUV121.06165.7797.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.70%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 188 (73.83% from 255) = 47.47%
R=19.70%
G=32.83%
B=47.47%

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
Decimal781301880.590.3100.26211.6445.0852.16
Hex4E82BC3B1F01Ad42d34
Octal11620227473370323245564
Binary100111010000010101111001110111111101101011010100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E82BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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