#4589CC

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

Shades of Havelock Blue #4589CC

Tints of Havelock Blue #4589CC

Color information

#4589CC (or 0x4589CC) is unknown color: approx Havelock Blue. HEX triplet: 45, 89 and CC. RGB value is (69,137,204). Sum of RGB (Red+Green+Blue) = 69+137+204=410 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.83% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #4589CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4589CC is #BA7633. Grayscale: #7B7B7B. Windows color (decimal): -12219956 or 13404485. OLE color: 13404485.

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

Color convert

RGB69137204-
CMYK0.660.3300.2
HSL209.78º56.96%53.53%-
HSV(B)209.78º66.18%80%-
XYZ22.323.5260.49-
YUV124.31172.9788.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.83%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 204 (80.08% from 255) = 49.76%
R=16.83%
G=33.41%
B=49.76%

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
Decimal691372040.660.3300.2209.7856.9653.53
Hex4589CC4221014d23936
Octal105211314102410243227166
Binary10001011000100111001100100001010000101010011010010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4589CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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