#4588CD

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

Shades of Havelock Blue #4588CD

Tints of Havelock Blue #4588CD

Color information

#4588CD (or 0x4588CD) is unknown color: approx Havelock Blue. HEX triplet: 45, 88 and CD. RGB value is (69,136,205). Sum of RGB (Red+Green+Blue) = 69+136+205=410 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.83% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #4588CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4588CD is #BA7732. Grayscale: #7B7B7B. Windows color (decimal): -12220211 or 13469765. OLE color: 13469765.

HSL color Cylindrical-coordinate representation of color #4588CD: hue angle of 210.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4588CD is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB69136205-
CMYK0.660.3400.20
HSL210.44º57.63%53.73%-
HSV(B)210.44º66.34%80.39%-
XYZ22.2823.2861.08-
YUV123.83173.888.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.83%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 205 (80.47% from 255) = 50%
R=16.83%
G=33.17%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal691362050.660.3400.20210.4457.6353.73
Hex4588CD4222014d23a36
Octal105210315102420243227266
Binary10001011000100011001101100001010001001010011010010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4588CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4588CD; }

 p { color: rgb(69,136,205); }

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

<style>
 a { background-color: #4588CD; }

 a { background-color: rgb(69,136,205); }

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

<style>
 span { border-color: #4588CD; }

 span { border-color: rgb(69,136,205); }

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