#497BD1

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

Shades of Havelock Blue #497BD1

Tints of Havelock Blue #497BD1

Color information

#497BD1 (or 0x497BD1) is unknown color: approx Havelock Blue. HEX triplet: 49, 7B and D1. RGB value is (73,123,209). Sum of RGB (Red+Green+Blue) = 73+123+209=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #497BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BD1 is #B6842E. Grayscale: #757575. Windows color (decimal): -11961391 or 13728585. OLE color: 13728585.

HSL color Cylindrical-coordinate representation of color #497BD1: hue angle of 217.94º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497BD1 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB73123209-
CMYK0.650.4100.18
HSL217.94º59.65%55.29%-
HSV(B)217.94º65.07%81.96%-
XYZ21.3420.1963.09-
YUV117.85179.4496.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.02%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 209 (82.03% from 255) = 51.60%
R=18.02%
G=30.37%
B=51.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal731232090.650.4100.18217.9459.6555.29
Hex497BD14129012da3c37
Octal111173321101510223327467
Binary1001001111101111010001100000110100101001011011010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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