#497DD5

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

Shades of Havelock Blue #497DD5

Tints of Havelock Blue #497DD5

Color information

#497DD5 (or 0x497DD5) is unknown color: approx Havelock Blue. HEX triplet: 49, 7D and D5. RGB value is (73,125,213). Sum of RGB (Red+Green+Blue) = 73+125+213=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #497DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DD5 is #B6822A. Grayscale: #777777. Windows color (decimal): -11960875 or 13991241. OLE color: 13991241.

HSL color Cylindrical-coordinate representation of color #497DD5: hue angle of 217.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #497DD5 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB73125213-
CMYK0.660.4100.16
HSL217.71º62.5%56.08%-
HSV(B)217.71º65.73%83.53%-
XYZ22.0920.8965.82-
YUV119.48180.7794.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.76%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 213 (83.59% from 255) = 51.82%
R=17.76%
G=30.41%
B=51.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal731252130.660.4100.16217.7162.556.08
Hex497DD54229010da3e38
Octal111175325102510203327670
Binary1001001111110111010101100001010100101000011011010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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