#497FC4

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

Shades of Havelock Blue #497FC4

Tints of Havelock Blue #497FC4

Color information

#497FC4 (or 0x497FC4) is unknown color: approx Havelock Blue. HEX triplet: 49, 7F and C4. RGB value is (73,127,196). Sum of RGB (Red+Green+Blue) = 73+127+196=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 196 (76.95% from 255 or 49.49% from 396); Max value from RGB is 196 - color contains mainly: blue. Hex color #497FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FC4 is #B6803B. Grayscale: #767676. Windows color (decimal): -11960380 or 12877641. OLE color: 12877641.

HSL color Cylindrical-coordinate representation of color #497FC4: hue angle of 213.66º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #497FC4 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB73127196-
CMYK0.630.3500.23
HSL213.66º51.04%52.75%-
HSV(B)213.66º62.76%76.86%-
XYZ20.320.5855.13-
YUV118.72171.6195.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 196 (76.95% from 255) = 49.49%
R=18.43%
G=32.07%
B=49.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731271960.630.3500.23213.6651.0452.75
Hex497FC43F23017d63335
Octal11117730477430273266365
Binary100100111111111100010011111110001101011111010110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,127,196); }

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

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

 a { background-color: rgb(73,127,196); }

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

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

 span { border-color: rgb(73,127,196); }

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