#4982CF

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

Shades of Havelock Blue #4982CF

Tints of Havelock Blue #4982CF

Color information

#4982CF (or 0x4982CF) is unknown color: approx Havelock Blue. HEX triplet: 49, 82 and CF. RGB value is (73,130,207). Sum of RGB (Red+Green+Blue) = 73+130+207=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #4982CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4982CF is #B67D30. Grayscale: #797979. Windows color (decimal): -11959601 or 13599305. OLE color: 13599305.

HSL color Cylindrical-coordinate representation of color #4982CF: hue angle of 214.48º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4982CF is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB73130207-
CMYK0.650.3700.19
HSL214.48º58.26%54.9%-
HSV(B)214.48º64.73%81.18%-
XYZ21.9921.8962.1-
YUV121.74176.1293.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.80%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 207 (81.25% from 255) = 50.49%
R=17.80%
G=31.71%
B=50.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal731302070.650.3700.19214.4858.2654.9
Hex4982CF4125013d63a37
Octal111202317101450233267267
Binary10010011000001011001111100000110010101001111010110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4982CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4982CF; }

 p { color: rgb(73,130,207); }

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

<style>
 a { background-color: #4982CF; }

 a { background-color: rgb(73,130,207); }

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

<style>
 span { border-color: #4982CF; }

 span { border-color: rgb(73,130,207); }

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