#497BCB

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

Shades of Havelock Blue #497BCB

Tints of Havelock Blue #497BCB

Color information

#497BCB (or 0x497BCB) is unknown color: approx Havelock Blue. HEX triplet: 49, 7B and CB. RGB value is (73,123,203). Sum of RGB (Red+Green+Blue) = 73+123+203=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #497BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BCB is #B68434. Grayscale: #747474. Windows color (decimal): -11961397 or 13335369. OLE color: 13335369.

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

Color convert

RGB73123203-
CMYK0.640.3900.20
HSL216.92º55.56%54.12%-
HSV(B)216.92º64.04%79.61%-
XYZ20.6119.8959.25-
YUV117.17176.4496.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.30%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=18.30%
G=30.83%
B=50.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal731232030.640.3900.20216.9255.5654.12
Hex497BCB4027014d93836
Octal111173313100470243317066
Binary1001001111101111001011100000010011101010011011001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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