#4A81C9

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

Shades of Havelock Blue #4A81C9

Tints of Havelock Blue #4A81C9

Color information

#4A81C9 (or 0x4A81C9) is unknown color: approx Havelock Blue. HEX triplet: 4A, 81 and C9. RGB value is (74,129,201). Sum of RGB (Red+Green+Blue) = 74+129+201=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #4A81C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A81C9 is #B57E36. Grayscale: #787878. Windows color (decimal): -11894327 or 13205834. OLE color: 13205834.

HSL color Cylindrical-coordinate representation of color #4A81C9: hue angle of 214.02º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A81C9 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB74129201-
CMYK0.630.3600.21
HSL214.02º54.04%53.92%-
HSV(B)214.02º63.18%78.82%-
XYZ21.2221.3758.27-
YUV120.76173.2894.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.32%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 201 (78.91% from 255) = 49.75%
R=18.32%
G=31.93%
B=49.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal741292010.630.3600.21214.0254.0453.92
Hex4A81C93F24015d63636
Octal11220131177440253266666
Binary1001010100000011100100111111110010001010111010110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A81C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A81C9; }

 p { color: rgb(74,129,201); }

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

<style>
 a { background-color: #4A81C9; }

 a { background-color: rgb(74,129,201); }

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

<style>
 span { border-color: #4A81C9; }

 span { border-color: rgb(74,129,201); }

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