#4884CC

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

Shades of Havelock Blue #4884CC

Tints of Havelock Blue #4884CC

Color information

#4884CC (or 0x4884CC) is unknown color: approx Havelock Blue. HEX triplet: 48, 84 and CC. RGB value is (72,132,204). Sum of RGB (Red+Green+Blue) = 72+132+204=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #4884CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4884CC is #B77B33. Grayscale: #797979. Windows color (decimal): -12024628 or 13403208. OLE color: 13403208.

HSL color Cylindrical-coordinate representation of color #4884CC: hue angle of 212.73º 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 #4884CC is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB72132204-
CMYK0.650.3500.2
HSL212.73º56.41%54.12%-
HSV(B)212.73º64.71%80%-
XYZ21.8222.2460.27-
YUV122.27174.1292.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.65%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 204 (80.08% from 255) = 50%
R=17.65%
G=32.35%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal721322040.650.3500.2212.7356.4154.12
Hex4884CC4123014d53836
Octal110204314101430243257066
Binary10010001000010011001100100000110001101010011010101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4884CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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