#497AC8

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

Shades of Havelock Blue #497AC8

Tints of Havelock Blue #497AC8

Color information

#497AC8 (or 0x497AC8) is unknown color: approx Havelock Blue. HEX triplet: 49, 7A and C8. RGB value is (73,122,200). Sum of RGB (Red+Green+Blue) = 73+122+200=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #497AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497AC8 is #B68537. Grayscale: #737373. Windows color (decimal): -11961656 or 13138505. OLE color: 13138505.

HSL color Cylindrical-coordinate representation of color #497AC8: hue angle of 216.85º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #497AC8 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB73122200-
CMYK0.640.3900.22
HSL216.85º53.59%53.53%-
HSV(B)216.85º63.5%78.43%-
XYZ20.1319.5157.35-
YUV116.24175.2797.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 200 (78.52% from 255) = 50.63%
R=18.48%
G=30.89%
B=50.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal731222000.640.3900.22216.8553.5953.53
Hex497AC84027016d93636
Octal111172310100470263316666
Binary1001001111101011001000100000010011101011011011001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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