#4588CC

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

Shades of Havelock Blue #4588CC

Tints of Havelock Blue #4588CC

Color information

#4588CC (or 0x4588CC) is unknown color: approx Havelock Blue. HEX triplet: 45, 88 and CC. RGB value is (69,136,204). Sum of RGB (Red+Green+Blue) = 69+136+204=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #4588CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4588CC is #BA7733. Grayscale: #7B7B7B. Windows color (decimal): -12220212 or 13404229. OLE color: 13404229.

HSL color Cylindrical-coordinate representation of color #4588CC: hue angle of 210.22º degrees, saturation: 0.57, 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 #4588CC is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB69136204-
CMYK0.660.3300.2
HSL210.22º56.96%53.53%-
HSV(B)210.22º66.18%80%-
XYZ22.1623.2360.44-
YUV123.72173.388.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.87%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=16.87%
G=33.25%
B=49.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal691362040.660.3300.2210.2256.9653.53
Hex4588CC4221014d23936
Octal105210314102410243227166
Binary10001011000100011001100100001010000101010011010010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4588CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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