#497BCF

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

Shades of Havelock Blue #497BCF

Tints of Havelock Blue #497BCF

Color information

#497BCF (or 0x497BCF) is unknown color: approx Havelock Blue. HEX triplet: 49, 7B and CF. RGB value is (73,123,207). Sum of RGB (Red+Green+Blue) = 73+123+207=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #497BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BCF is #B68430. Grayscale: #757575. Windows color (decimal): -11961393 or 13597513. OLE color: 13597513.

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

Color convert

RGB73123207-
CMYK0.650.4100.19
HSL217.61º58.26%54.9%-
HSV(B)217.61º64.73%81.18%-
XYZ21.0920.0961.8-
YUV117.63178.4496.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.11%
GREEN value IS 123 (48.44% from 255) = 30.52%
BLUE value IS 207 (81.25% from 255) = 51.36%
R=18.11%
G=30.52%
B=51.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal731232070.650.4100.19217.6158.2654.9
Hex497BCF4129013da3a37
Octal111173317101510233327267
Binary1001001111101111001111100000110100101001111011010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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