#4B80D7

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

Shades of Havelock Blue #4B80D7

Tints of Havelock Blue #4B80D7

Color information

#4B80D7 (or 0x4B80D7) is unknown color: approx Havelock Blue. HEX triplet: 4B, 80 and D7. RGB value is (75,128,215). Sum of RGB (Red+Green+Blue) = 75+128+215=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 128 (50.39% from 255 or 30.62% 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 #4B80D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B80D7 is #B47F28. Grayscale: #797979. Windows color (decimal): -11829033 or 14123083. OLE color: 14123083.

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

Color convert

RGB75128215-
CMYK0.650.4000.16
HSL217.29º63.64%56.86%-
HSV(B)217.29º65.12%84.31%-
XYZ22.8921.8467.3-
YUV122.07180.4494.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.94%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 215 (84.38% from 255) = 51.44%
R=17.94%
G=30.62%
B=51.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal751282150.650.4000.16217.2963.6456.86
Hex4B80D74128010d94039
Octal1132003271015002033110071
Binary100101110000000110101111000001101000010000110110011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B80D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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