#4A81D7

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

Shades of Havelock Blue #4A81D7

Tints of Havelock Blue #4A81D7

Color information

#4A81D7 (or 0x4A81D7) is unknown color: approx Havelock Blue. HEX triplet: 4A, 81 and D7. RGB value is (74,129,215). Sum of RGB (Red+Green+Blue) = 74+129+215=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 215 (84.38% from 255 or 51.44% from 418); Max value from RGB is 215 - color contains mainly: blue. Hex color #4A81D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A81D7 is #B57E28. Grayscale: #797979. Windows color (decimal): -11894313 or 14123338. OLE color: 14123338.

HSL color Cylindrical-coordinate representation of color #4A81D7: hue angle of 216.6º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A81D7 is Cyan = 0.66, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB74129215-
CMYK0.660.400.16
HSL216.6º63.8%56.67%-
HSV(B)216.6º65.58%84.31%-
XYZ22.9422.0667.34-
YUV122.36180.2893.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.70%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 215 (84.38% from 255) = 51.44%
R=17.70%
G=30.86%
B=51.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal741292150.660.400.16216.663.856.67
Hex4A81D74228010d94039
Octal1122013271025002033110071
Binary100101010000001110101111000010101000010000110110011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A81D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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