#4984DC

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

Shades of Havelock Blue #4984DC

Tints of Havelock Blue #4984DC

Color information

#4984DC (or 0x4984DC) is unknown color: approx Havelock Blue. HEX triplet: 49, 84 and DC. RGB value is (73,132,220). Sum of RGB (Red+Green+Blue) = 73+132+220=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #4984DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4984DC is #B67B23. Grayscale: #7B7B7B. Windows color (decimal): -11959076 or 14451785. OLE color: 14451785.

HSL color Cylindrical-coordinate representation of color #4984DC: hue angle of 215.92º degrees, saturation: 0.68, 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 #4984DC is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB73132220-
CMYK0.670.4000.14
HSL215.92º67.74%57.45%-
HSV(B)215.92º66.82%86.27%-
XYZ23.9223.0970.91-
YUV124.39181.9591.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.18%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 220 (86.33% from 255) = 51.76%
R=17.18%
G=31.06%
B=51.76%

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
Decimal731322200.670.4000.14215.9267.7457.45
Hex4984DC43280Ed84439
Octal1112043341035001633010471
Binary10010011000010011011100100001110100001110110110001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4984DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4984DC; }

 p { color: rgb(73,132,220); }

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

<style>
 a { background-color: #4984DC; }

 a { background-color: rgb(73,132,220); }

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

<style>
 span { border-color: #4984DC; }

 span { border-color: rgb(73,132,220); }

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