#4970BD

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

Shades of Havelock Blue #4970BD

Tints of Havelock Blue #4970BD

Color information

#4970BD (or 0x4970BD) is unknown color: approx Havelock Blue. HEX triplet: 49, 70 and BD. RGB value is (73,112,189). Sum of RGB (Red+Green+Blue) = 73+112+189=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #4970BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4970BD is #B68F42. Grayscale: #6C6C6C. Windows color (decimal): -11964227 or 12415049. OLE color: 12415049.

HSL color Cylindrical-coordinate representation of color #4970BD: hue angle of 219.83º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4970BD is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB73112189-
CMYK0.610.4100.26
HSL219.83º46.77%51.37%-
HSV(B)219.83º61.38%74.12%-
XYZ17.7316.6850.43-
YUV109.12173.08102.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=19.52%
G=29.95%
B=50.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731121890.610.4100.26219.8346.7751.37
Hex4970BD3D2901Adc2f33
Octal11116027575510323345763
Binary100100111100001011110111110110100101101011011100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4970BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4970BD; }

 p { color: rgb(73,112,189); }

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

<style>
 a { background-color: #4970BD; }

 a { background-color: rgb(73,112,189); }

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

<style>
 span { border-color: #4970BD; }

 span { border-color: rgb(73,112,189); }

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