#4586D8

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

Shades of Havelock Blue #4586D8

Tints of Havelock Blue #4586D8

Color information

#4586D8 (or 0x4586D8) is unknown color: approx Havelock Blue. HEX triplet: 45, 86 and D8. RGB value is (69,134,216). Sum of RGB (Red+Green+Blue) = 69+134+216=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #4586D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4586D8 is #BA7927. Grayscale: #7B7B7B. Windows color (decimal): -12220712 or 14190149. OLE color: 14190149.

HSL color Cylindrical-coordinate representation of color #4586D8: hue angle of 213.47º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4586D8 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB69134216-
CMYK0.680.3800.15
HSL213.47º65.33%55.88%-
HSV(B)213.47º68.06%84.71%-
XYZ23.3723.2768.23-
YUV123.91179.9788.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.47%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 216 (84.77% from 255) = 51.55%
R=16.47%
G=31.98%
B=51.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal691342160.680.3800.15213.4765.3355.88
Hex4586D844260Fd54138
Octal1052063301044601732510170
Binary10001011000011011011000100010010011001111110101011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4586D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4586D8; }

 p { color: rgb(69,134,216); }

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

<style>
 a { background-color: #4586D8; }

 a { background-color: rgb(69,134,216); }

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

<style>
 span { border-color: #4586D8; }

 span { border-color: rgb(69,134,216); }

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