#497BC1

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

Shades of Havelock Blue #497BC1

Tints of Havelock Blue #497BC1

Color information

#497BC1 (or 0x497BC1) is unknown color: approx Havelock Blue. HEX triplet: 49, 7B and C1. RGB value is (73,123,193). Sum of RGB (Red+Green+Blue) = 73+123+193=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #497BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BC1 is #B6843E. Grayscale: #737373. Windows color (decimal): -11961407 or 12680009. OLE color: 12680009.

HSL color Cylindrical-coordinate representation of color #497BC1: hue angle of 215º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #497BC1 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB73123193-
CMYK0.620.3600.24
HSL215º49.18%52.16%-
HSV(B)215º62.18%75.69%-
XYZ19.4619.4353.18-
YUV116.03171.4497.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.77%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 193 (75.78% from 255) = 49.61%
R=18.77%
G=31.62%
B=49.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731231930.620.3600.2421549.1852.16
Hex497BC13E24018d73134
Octal11117330176440303276164
Binary100100111110111100000111111010010001100011010111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,123,193); }

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

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

 a { background-color: rgb(73,123,193); }

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

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

 span { border-color: rgb(73,123,193); }

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