#4884DB

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

Shades of Havelock Blue #4884DB

Tints of Havelock Blue #4884DB

Color information

#4884DB (or 0x4884DB) is unknown color: approx Havelock Blue. HEX triplet: 48, 84 and DB. RGB value is (72,132,219). Sum of RGB (Red+Green+Blue) = 72+132+219=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #4884DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4884DB is #B77B24. Grayscale: #7B7B7B. Windows color (decimal): -12024613 or 14386248. OLE color: 14386248.

HSL color Cylindrical-coordinate representation of color #4884DB: hue angle of 215.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4884DB is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB72132219-
CMYK0.670.4000.14
HSL215.51º67.12%57.06%-
HSV(B)215.51º67.12%85.88%-
XYZ23.7122.9970.21-
YUV123.98181.6290.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.02%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 219 (85.94% from 255) = 51.77%
R=17.02%
G=31.21%
B=51.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal721322190.670.4000.14215.5167.1257.06
Hex4884DB43280Ed84339
Octal1102043331035001633010371
Binary10010001000010011011011100001110100001110110110001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4884DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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