#4986db

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

Shades of Havelock Blue #4986DB

Tints of Havelock Blue #4986DB

Color information

#4986DB (or 0x4986DB) is unknown color: approx Havelock Blue. HEX triplet: 49, 86 and DB. RGB value is (73,134,219). Sum of RGB (Red+Green+Blue) = 73+134+219=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #4986DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4986DB is #B67924. Grayscale: #7D7D7D. Windows color (decimal): -11958565 or 14386761. OLE color: 14386761.

HSL color Cylindrical-coordinate representation of color #4986DB: hue angle of 214.93º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4986DB is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB73134219-
CMYK0.670.3900.14
HSL214.93º66.97%57.25%-
HSV(B)214.93º66.67%85.88%-
XYZ24.0623.5870.3-
YUV125.45180.7990.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.14%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 219 (85.94% from 255) = 51.41%
R=17.14%
G=31.46%
B=51.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal731342190.670.3900.14214.9366.9757.25
Hex4986DB43270Ed74339
Octal1112063331034701632710371
Binary10010011000011011011011100001110011101110110101111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4986db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4986db; }

 p { color: rgb(73,134,219); }

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

<style>
 a { background-color: #4986db; }

 a { background-color: rgb(73,134,219); }

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

<style>
 span { border-color: #4986db; }

 span { border-color: rgb(73,134,219); }

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