#497DD3

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

Shades of Havelock Blue #497DD3

Tints of Havelock Blue #497DD3

Color information

#497DD3 (or 0x497DD3) is unknown color: approx Havelock Blue. HEX triplet: 49, 7D and D3. RGB value is (73,125,211). Sum of RGB (Red+Green+Blue) = 73+125+211=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 211 (82.81% from 255 or 51.59% from 409); Max value from RGB is 211 - color contains mainly: blue. Hex color #497DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DD3 is #B6822C. Grayscale: #767676. Windows color (decimal): -11960877 or 13860169. OLE color: 13860169.

HSL color Cylindrical-coordinate representation of color #497DD3: hue angle of 217.39º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497DD3 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB73125211-
CMYK0.650.4100.17
HSL217.39º61.06%55.69%-
HSV(B)217.39º65.4%82.75%-
XYZ21.8420.7964.49-
YUV119.26179.7795.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.85%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 211 (82.81% from 255) = 51.59%
R=17.85%
G=30.56%
B=51.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal731252110.650.4100.17217.3961.0655.69
Hex497DD34129011d93d38
Octal111175323101510213317570
Binary1001001111110111010011100000110100101000111011001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497DD3; }

 p { color: rgb(73,125,211); }

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

<style>
 a { background-color: #497DD3; }

 a { background-color: rgb(73,125,211); }

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

<style>
 span { border-color: #497DD3; }

 span { border-color: rgb(73,125,211); }

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