#4580CA

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

Shades of Havelock Blue #4580CA

Tints of Havelock Blue #4580CA

Color information

#4580CA (or 0x4580CA) is unknown color: approx Havelock Blue. HEX triplet: 45, 80 and CA. RGB value is (69,128,202). Sum of RGB (Red+Green+Blue) = 69+128+202=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #4580CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4580CA is #BA7F35. Grayscale: #767676. Windows color (decimal): -12222262 or 13271109. OLE color: 13271109.

HSL color Cylindrical-coordinate representation of color #4580CA: hue angle of 213.38º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4580CA is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB69128202-
CMYK0.660.3700.21
HSL213.38º55.65%53.14%-
HSV(B)213.38º65.84%79.22%-
XYZ20.8320.9758.83-
YUV118.8174.9592.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.29%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=17.29%
G=32.08%
B=50.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal691282020.660.3700.21213.3855.6553.14
Hex4580CA4225015d53835
Octal105200312102450253257065
Binary10001011000000011001010100001010010101010111010101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4580CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4580CA; }

 p { color: rgb(69,128,202); }

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

<style>
 a { background-color: #4580CA; }

 a { background-color: rgb(69,128,202); }

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

<style>
 span { border-color: #4580CA; }

 span { border-color: rgb(69,128,202); }

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