#4D86DB

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

Shades of Havelock Blue #4D86DB

Tints of Havelock Blue #4D86DB

Color information

#4D86DB (or 0x4D86DB) is unknown color: approx Havelock Blue. HEX triplet: 4D, 86 and DB. RGB value is (77,134,219). Sum of RGB (Red+Green+Blue) = 77+134+219=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D86DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D86DB is #B27924. Grayscale: #7E7E7E. Windows color (decimal): -11696421 or 14386765. OLE color: 14386765.

HSL color Cylindrical-coordinate representation of color #4D86DB: hue angle of 215.92º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D86DB is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB77134219-
CMYK0.650.3900.14
HSL215.92º66.36%58.04%-
HSV(B)215.92º64.84%85.88%-
XYZ24.3723.7470.32-
YUV126.65180.1292.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.91%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 219 (85.94% from 255) = 50.93%
R=17.91%
G=31.16%
B=50.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal771342190.650.3900.14215.9266.3658.04
Hex4D86DB41270Ed8423a
Octal1152063331014701633010272
Binary10011011000011011011011100000110011101110110110001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D86DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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