#4D80D1

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

Shades of Havelock Blue #4D80D1

Tints of Havelock Blue #4D80D1

Color information

#4D80D1 (or 0x4D80D1) is unknown color: approx Havelock Blue. HEX triplet: 4D, 80 and D1. RGB value is (77,128,209). Sum of RGB (Red+Green+Blue) = 77+128+209=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #4D80D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D80D1 is #B27F2E. Grayscale: #797979. Windows color (decimal): -11697967 or 13729869. OLE color: 13729869.

HSL color Cylindrical-coordinate representation of color #4D80D1: hue angle of 216.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D80D1 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB77128209-
CMYK0.630.3900.18
HSL216.82º58.93%56.08%-
HSV(B)216.82º63.16%81.96%-
XYZ22.2921.6263.32-
YUV121.98177.195.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.60%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 209 (82.03% from 255) = 50.48%
R=18.60%
G=30.92%
B=50.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal771282090.630.3900.18216.8258.9356.08
Hex4D80D13F27012d93b38
Octal11520032177470223317370
Binary1001101100000001101000111111110011101001011011001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D80D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,128,209); }

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

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

 a { background-color: rgb(77,128,209); }

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

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

 span { border-color: rgb(77,128,209); }

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