#4c80d1

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

Shades of Havelock Blue #4C80D1

Tints of Havelock Blue #4C80D1

Color information

#4C80D1 (or 0x4C80D1) is unknown color: approx Havelock Blue. HEX triplet: 4C, 80 and D1. RGB value is (76,128,209). Sum of RGB (Red+Green+Blue) = 76+128+209=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #4C80D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C80D1 is #B37F2E. Grayscale: #797979. Windows color (decimal): -11763503 or 13729868. OLE color: 13729868.

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

Color convert

RGB76128209-
CMYK0.640.3900.18
HSL216.54º59.11%55.88%-
HSV(B)216.54º63.64%81.96%-
XYZ22.2121.5863.32-
YUV121.69177.2795.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.40%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 209 (82.03% from 255) = 50.61%
R=18.40%
G=30.99%
B=50.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal761282090.640.3900.18216.5459.1155.88
Hex4C80D14027012d93b38
Octal114200321100470223317370
Binary10011001000000011010001100000010011101001011011001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c80d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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