#4A80D7

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

Shades of Havelock Blue #4A80D7

Tints of Havelock Blue #4A80D7

Color information

#4A80D7 (or 0x4A80D7) is unknown color: approx Havelock Blue. HEX triplet: 4A, 80 and D7. RGB value is (74,128,215). Sum of RGB (Red+Green+Blue) = 74+128+215=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #4A80D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A80D7 is #B57F28. Grayscale: #797979. Windows color (decimal): -11894569 or 14123082. OLE color: 14123082.

HSL color Cylindrical-coordinate representation of color #4A80D7: hue angle of 217.02º 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 #4A80D7 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB74128215-
CMYK0.660.4000.16
HSL217.02º63.8%56.67%-
HSV(B)217.02º65.58%84.31%-
XYZ22.8121.867.3-
YUV121.77180.6193.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.75%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 215 (84.38% from 255) = 51.56%
R=17.75%
G=30.70%
B=51.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal741282150.660.4000.16217.0263.856.67
Hex4A80D74228010d94039
Octal1122003271025002033110071
Binary100101010000000110101111000010101000010000110110011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A80D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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