#4882CC

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

Shades of Havelock Blue #4882CC

Tints of Havelock Blue #4882CC

Color information

#4882CC (or 0x4882CC) is unknown color: approx Havelock Blue. HEX triplet: 48, 82 and CC. RGB value is (72,130,204). Sum of RGB (Red+Green+Blue) = 72+130+204=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #4882CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4882CC is #B77D33. Grayscale: #787878. Windows color (decimal): -12025140 or 13402696. OLE color: 13402696.

HSL color Cylindrical-coordinate representation of color #4882CC: hue angle of 213.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4882CC is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB72130204-
CMYK0.650.3600.2
HSL213.64º56.41%54.12%-
HSV(B)213.64º64.71%80%-
XYZ21.5521.760.18-
YUV121.09174.7892.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.73%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=17.73%
G=32.02%
B=50.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal721302040.650.3600.2213.6456.4154.12
Hex4882CC4124014d63836
Octal110202314101440243267066
Binary10010001000001011001100100000110010001010011010110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4882CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4882CC; }

 p { color: rgb(72,130,204); }

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

<style>
 a { background-color: #4882CC; }

 a { background-color: rgb(72,130,204); }

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

<style>
 span { border-color: #4882CC; }

 span { border-color: rgb(72,130,204); }

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