#497CC8

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

Shades of Havelock Blue #497CC8

Tints of Havelock Blue #497CC8

Color information

#497CC8 (or 0x497CC8) is unknown color: approx Havelock Blue. HEX triplet: 49, 7C and C8. RGB value is (73,124,200). Sum of RGB (Red+Green+Blue) = 73+124+200=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #497CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CC8 is #B68337. Grayscale: #757575. Windows color (decimal): -11961144 or 13139017. OLE color: 13139017.

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

Color convert

RGB73124200-
CMYK0.640.3800.22
HSL215.91º53.59%53.53%-
HSV(B)215.91º63.5%78.43%-
XYZ20.382057.43-
YUV117.42174.696.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.39%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 200 (78.52% from 255) = 50.38%
R=18.39%
G=31.23%
B=50.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal731242000.640.3800.22215.9153.5953.53
Hex497CC84026016d83636
Octal111174310100460263306666
Binary1001001111110011001000100000010011001011011011000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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