#497ACD

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

Shades of Havelock Blue #497ACD

Tints of Havelock Blue #497ACD

Color information

#497ACD (or 0x497ACD) is unknown color: approx Havelock Blue. HEX triplet: 49, 7A and CD. RGB value is (73,122,205). Sum of RGB (Red+Green+Blue) = 73+122+205=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #497ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ACD is #B68532. Grayscale: #747474. Windows color (decimal): -11961651 or 13466185. OLE color: 13466185.

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

Color convert

RGB73122205-
CMYK0.640.4000.20
HSL217.73º56.9%54.51%-
HSV(B)217.73º64.39%80.39%-
XYZ20.7319.7460.48-
YUV116.81177.7796.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.25%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 205 (80.47% from 255) = 51.25%
R=18.25%
G=30.5%
B=51.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731222050.640.4000.20217.7356.954.51
Hex497ACD4028014da3937
Octal111172315100500243327167
Binary1001001111101011001101100000010100001010011011010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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