#497FCD

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

Shades of Havelock Blue #497FCD

Tints of Havelock Blue #497FCD

Color information

#497FCD (or 0x497FCD) is unknown color: approx Havelock Blue. HEX triplet: 49, 7F and CD. RGB value is (73,127,205). Sum of RGB (Red+Green+Blue) = 73+127+205=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #497FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FCD is #B68032. Grayscale: #777777. Windows color (decimal): -11960371 or 13467465. OLE color: 13467465.

HSL color Cylindrical-coordinate representation of color #497FCD: hue angle of 215.45º 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 #497FCD is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB73127205-
CMYK0.640.3800.20
HSL215.45º56.9%54.51%-
HSV(B)215.45º64.39%80.39%-
XYZ21.362160.69-
YUV119.75176.1194.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.02%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 205 (80.47% from 255) = 50.62%
R=18.02%
G=31.36%
B=50.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731272050.640.3800.20215.4556.954.51
Hex497FCD4026014d73937
Octal111177315100460243277167
Binary1001001111111111001101100000010011001010011010111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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