#4586DB

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

Shades of Havelock Blue #4586DB

Tints of Havelock Blue #4586DB

Color information

#4586DB (or 0x4586DB) is unknown color: approx Havelock Blue. HEX triplet: 45, 86 and DB. RGB value is (69,134,219). Sum of RGB (Red+Green+Blue) = 69+134+219=422 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.35% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #4586DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4586DB is #BA7924. Grayscale: #7B7B7B. Windows color (decimal): -12220709 or 14386757. OLE color: 14386757.

HSL color Cylindrical-coordinate representation of color #4586DB: hue angle of 214º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4586DB is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB69134219-
CMYK0.680.3900.14
HSL214º67.57%56.47%-
HSV(B)214º68.49%85.88%-
XYZ23.7723.4370.29-
YUV124.26181.4788.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.35%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 219 (85.94% from 255) = 51.90%
R=16.35%
G=31.75%
B=51.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal691342190.680.3900.1421467.5756.47
Hex4586DB44270Ed64438
Octal1052063331044701632610470
Binary10001011000011011011011100010010011101110110101101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4586DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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