#4981CC

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

Shades of Havelock Blue #4981CC

Tints of Havelock Blue #4981CC

Color information

#4981CC (or 0x4981CC) is unknown color: approx Havelock Blue. HEX triplet: 49, 81 and CC. RGB value is (73,129,204). Sum of RGB (Red+Green+Blue) = 73+129+204=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #4981CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4981CC is #B67E33. Grayscale: #787878. Windows color (decimal): -11959860 or 13402441. OLE color: 13402441.

HSL color Cylindrical-coordinate representation of color #4981CC: hue angle of 214.35º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4981CC is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB73129204-
CMYK0.640.3700.2
HSL214.35º56.22%54.31%-
HSV(B)214.35º64.22%80%-
XYZ21.521.4860.14-
YUV120.81174.9593.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.98%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=17.98%
G=31.77%
B=50.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal731292040.640.3700.2214.3556.2254.31
Hex4981CC4025014d63836
Octal111201314100450243267066
Binary10010011000000111001100100000010010101010011010110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4981CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,129,204); }

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

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

 a { background-color: rgb(73,129,204); }

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

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

 span { border-color: rgb(73,129,204); }

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