#4578CC

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

Shades of Havelock Blue #4578CC

Tints of Havelock Blue #4578CC

Color information

#4578CC (or 0x4578CC) is unknown color: approx Havelock Blue. HEX triplet: 45, 78 and CC. RGB value is (69,120,204). Sum of RGB (Red+Green+Blue) = 69+120+204=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #4578CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4578CC is #BA8733. Grayscale: #717171. Windows color (decimal): -12224308 or 13400133. OLE color: 13400133.

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

Color convert

RGB69120204-
CMYK0.660.4100.2
HSL217.33º56.96%53.53%-
HSV(B)217.33º66.18%80%-
XYZ20.0719.0659.75-
YUV114.33178.695.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.56%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=17.56%
G=30.53%
B=51.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal691202040.660.4100.2217.3356.9653.53
Hex4578CC4229014d93936
Octal105170314102510243317166
Binary1000101111100011001100100001010100101010011011001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4578CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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