#4581CA

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

Shades of Havelock Blue #4581CA

Tints of Havelock Blue #4581CA

Color information

#4581CA (or 0x4581CA) is unknown color: approx Havelock Blue. HEX triplet: 45, 81 and CA. RGB value is (69,129,202). Sum of RGB (Red+Green+Blue) = 69+129+202=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #4581CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4581CA is #BA7E35. Grayscale: #777777. Windows color (decimal): -12222006 or 13271365. OLE color: 13271365.

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

Color convert

RGB69129202-
CMYK0.660.3600.21
HSL212.93º55.65%53.14%-
HSV(B)212.93º65.84%79.22%-
XYZ20.9721.2358.87-
YUV119.38174.6292.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.25%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=17.25%
G=32.25%
B=50.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal691292020.660.3600.21212.9355.6553.14
Hex4581CA4224015d53835
Octal105201312102440253257065
Binary10001011000000111001010100001010010001010111010101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4581CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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