#4D80CC

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

Shades of Havelock Blue #4D80CC

Tints of Havelock Blue #4D80CC

Color information

#4D80CC (or 0x4D80CC) is unknown color: approx Havelock Blue. HEX triplet: 4D, 80 and CC. RGB value is (77,128,204). Sum of RGB (Red+Green+Blue) = 77+128+204=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D80CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D80CC is #B27F33. Grayscale: #797979. Windows color (decimal): -11697972 or 13402189. OLE color: 13402189.

HSL color Cylindrical-coordinate representation of color #4D80CC: hue angle of 215.91º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D80CC is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB77128204-
CMYK0.620.3700.2
HSL215.91º55.46%55.1%-
HSV(B)215.91º62.25%80%-
XYZ21.6821.3860.11-
YUV121.42174.696.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.83%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=18.83%
G=31.30%
B=49.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal771282040.620.3700.2215.9155.4655.1
Hex4D80CC3E25014d83737
Octal11520031476450243306767
Binary1001101100000001100110011111010010101010011011000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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