#4884D3

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

Shades of Havelock Blue #4884D3

Tints of Havelock Blue #4884D3

Color information

#4884D3 (or 0x4884D3) is unknown color: approx Havelock Blue. HEX triplet: 48, 84 and D3. RGB value is (72,132,211). Sum of RGB (Red+Green+Blue) = 72+132+211=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #4884D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4884D3 is #B77B2C. Grayscale: #7A7A7A. Windows color (decimal): -12024621 or 13861960. OLE color: 13861960.

HSL color Cylindrical-coordinate representation of color #4884D3: hue angle of 214.1º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4884D3 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB72132211-
CMYK0.660.3700.17
HSL214.1º61.23%55.49%-
HSV(B)214.1º65.88%82.75%-
XYZ22.6822.5864.79-
YUV123.07177.6291.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.35%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 211 (82.81% from 255) = 50.84%
R=17.35%
G=31.81%
B=50.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal721322110.660.3700.17214.161.2355.49
Hex4884D34225011d63d37
Octal110204323102450213267567
Binary10010001000010011010011100001010010101000111010110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4884D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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