#4584CD

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

Shades of Havelock Blue #4584CD

Tints of Havelock Blue #4584CD

Color information

#4584CD (or 0x4584CD) is unknown color: approx Havelock Blue. HEX triplet: 45, 84 and CD. RGB value is (69,132,205). Sum of RGB (Red+Green+Blue) = 69+132+205=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #4584CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4584CD is #BA7B32. Grayscale: #797979. Windows color (decimal): -12221235 or 13468741. OLE color: 13468741.

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

Color convert

RGB69132205-
CMYK0.660.3600.20
HSL212.21º57.63%53.73%-
HSV(B)212.21º66.34%80.39%-
XYZ21.7222.1860.89-
YUV121.48175.1390.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.00%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 205 (80.47% from 255) = 50.49%
R=17.00%
G=32.51%
B=50.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal691322050.660.3600.20212.2157.6353.73
Hex4584CD4224014d43a36
Octal105204315102440243247266
Binary10001011000010011001101100001010010001010011010100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4584CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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