#497CCC

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

Shades of Havelock Blue #497CCC

Tints of Havelock Blue #497CCC

Color information

#497CCC (or 0x497CCC) is unknown color: approx Havelock Blue. HEX triplet: 49, 7C and CC. RGB value is (73,124,204). Sum of RGB (Red+Green+Blue) = 73+124+204=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #497CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CCC is #B68333. Grayscale: #757575. Windows color (decimal): -11961140 or 13401161. OLE color: 13401161.

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

Color convert

RGB73124204-
CMYK0.640.3900.2
HSL216.64º56.22%54.31%-
HSV(B)216.64º64.22%80%-
XYZ20.8520.1959.92-
YUV117.87176.696-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.20%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 204 (80.08% from 255) = 50.87%
R=18.20%
G=30.92%
B=50.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal731242040.640.3900.2216.6456.2254.31
Hex497CCC4027014d93836
Octal111174314100470243317066
Binary1001001111110011001100100000010011101010011011001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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