#497CCB

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

Shades of Havelock Blue #497CCB

Tints of Havelock Blue #497CCB

Color information

#497CCB (or 0x497CCB) is unknown color: approx Havelock Blue. HEX triplet: 49, 7C and CB. RGB value is (73,124,203). Sum of RGB (Red+Green+Blue) = 73+124+203=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #497CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CCB is #B68334. Grayscale: #757575. Windows color (decimal): -11961141 or 13335625. OLE color: 13335625.

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

Color convert

RGB73124203-
CMYK0.640.3900.20
HSL216.46º55.56%54.12%-
HSV(B)216.46º64.04%79.61%-
XYZ20.7320.1459.3-
YUV117.76176.196.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.25%
GREEN value IS 124 (48.83% from 255) = 31%
BLUE value IS 203 (79.69% from 255) = 50.75%
R=18.25%
G=31%
B=50.75%

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
Decimal731242030.640.3900.20216.4655.5654.12
Hex497CCB4027014d83836
Octal111174313100470243307066
Binary1001001111110011001011100000010011101010011011000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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