#497ACC

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

Shades of Havelock Blue #497ACC

Tints of Havelock Blue #497ACC

Color information

#497ACC (or 0x497ACC) is unknown color: approx Havelock Blue. HEX triplet: 49, 7A and CC. RGB value is (73,122,204). Sum of RGB (Red+Green+Blue) = 73+122+204=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #497ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ACC is #B68533. Grayscale: #747474. Windows color (decimal): -11961652 or 13400649. OLE color: 13400649.

HSL color Cylindrical-coordinate representation of color #497ACC: hue angle of 217.56º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #497ACC is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB73122204-
CMYK0.640.4000.2
HSL217.56º56.22%54.31%-
HSV(B)217.56º64.22%80%-
XYZ20.6119.759.84-
YUV116.7177.2796.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.30%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=18.30%
G=30.58%
B=51.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal731222040.640.4000.2217.5656.2254.31
Hex497ACC4028014da3836
Octal111172314100500243327066
Binary1001001111101011001100100000010100001010011011010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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