#4579CD

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

Shades of Havelock Blue #4579CD

Tints of Havelock Blue #4579CD

Color information

#4579CD (or 0x4579CD) is unknown color: approx Havelock Blue. HEX triplet: 45, 79 and CD. RGB value is (69,121,205). Sum of RGB (Red+Green+Blue) = 69+121+205=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #4579CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4579CD is #BA8632. Grayscale: #727272. Windows color (decimal): -12224051 or 13465925. OLE color: 13465925.

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

Color convert

RGB69121205-
CMYK0.660.4100.20
HSL217.06º57.63%53.73%-
HSV(B)217.06º66.34%80.39%-
XYZ20.3119.3560.42-
YUV115.03178.7795.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.47%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 205 (80.47% from 255) = 51.90%
R=17.47%
G=30.63%
B=51.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal691212050.660.4100.20217.0657.6353.73
Hex4579CD4229014d93a36
Octal105171315102510243317266
Binary1000101111100111001101100001010100101010011011001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4579CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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