#4589CD

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

Shades of Havelock Blue #4589CD

Tints of Havelock Blue #4589CD

Color information

#4589CD (or 0x4589CD) is unknown color: approx Havelock Blue. HEX triplet: 45, 89 and CD. RGB value is (69,137,205). Sum of RGB (Red+Green+Blue) = 69+137+205=411 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.79% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #4589CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4589CD is #BA7632. Grayscale: #7C7C7C. Windows color (decimal): -12219955 or 13470021. OLE color: 13470021.

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

Color convert

RGB69137205-
CMYK0.660.3300.20
HSL210º57.63%53.73%-
HSV(B)210º66.34%80.39%-
XYZ22.4223.5661.12-
YUV124.42173.4788.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.79%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 49.88%
R=16.79%
G=33.33%
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.20
SystemRedGreenBlueCMYKHSL
Decimal691372050.660.3300.2021057.6353.73
Hex4589CD4221014d23a36
Octal105211315102410243227266
Binary10001011000100111001101100001010000101010011010010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4589CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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