#4979CD

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

Shades of Havelock Blue #4979CD

Tints of Havelock Blue #4979CD

Color information

#4979CD (or 0x4979CD) is unknown color: approx Havelock Blue. HEX triplet: 49, 79 and CD. RGB value is (73,121,205). Sum of RGB (Red+Green+Blue) = 73+121+205=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #4979CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4979CD is #B68632. Grayscale: #737373. Windows color (decimal): -11961907 or 13465929. OLE color: 13465929.

HSL color Cylindrical-coordinate representation of color #4979CD: hue angle of 218.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4979CD is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73121205-
CMYK0.640.4100.20
HSL218.18º56.9%54.51%-
HSV(B)218.18º64.39%80.39%-
XYZ20.619.560.44-
YUV116.22178.197.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.30%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 205 (80.47% from 255) = 51.38%
R=18.30%
G=30.33%
B=51.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731212050.640.4100.20218.1856.954.51
Hex4979CD4029014da3937
Octal111171315100510243327167
Binary1001001111100111001101100000010100101010011011010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4979CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4979CD; }

 p { color: rgb(73,121,205); }

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

<style>
 a { background-color: #4979CD; }

 a { background-color: rgb(73,121,205); }

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

<style>
 span { border-color: #4979CD; }

 span { border-color: rgb(73,121,205); }

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