#4585DB

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

Shades of Havelock Blue #4585DB

Tints of Havelock Blue #4585DB

Color information

#4585DB (or 0x4585DB) is unknown color: approx Havelock Blue. HEX triplet: 45, 85 and DB. RGB value is (69,133,219). Sum of RGB (Red+Green+Blue) = 69+133+219=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #4585DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4585DB is #BA7A24. Grayscale: #7B7B7B. Windows color (decimal): -12220965 or 14386501. OLE color: 14386501.

HSL color Cylindrical-coordinate representation of color #4585DB: hue angle of 214.4º 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 #4585DB is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB69133219-
CMYK0.680.3900.14
HSL214.4º67.57%56.47%-
HSV(B)214.4º68.49%85.88%-
XYZ23.6323.1570.24-
YUV123.67181.889.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.39%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 219 (85.94% from 255) = 52.02%
R=16.39%
G=31.59%
B=52.02%

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
Decimal691332190.680.3900.14214.467.5756.47
Hex4585DB44270Ed64438
Octal1052053331044701632610470
Binary10001011000010111011011100010010011101110110101101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4585DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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