#497371

Color #497371 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #497371

Tints of William #497371

Color information

#497371 (or 0x497371) is unknown color: approx William. HEX triplet: 49, 73 and 71. RGB value is (73,115,113). Sum of RGB (Red+Green+Blue) = 73+115+113=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #497371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497371 is #B68C8E. Grayscale: #666666. Windows color (decimal): -11963535 or 7435081. OLE color: 7435081.

HSL color Cylindrical-coordinate representation of color #497371: hue angle of 177.14º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497371 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB73115113-
CMYK0.3700.020.55
HSL177.14º22.34%36.86%-
HSV(B)177.14º36.52%45.1%-
XYZ11.8614.8717.87-
YUV102.21134.09107.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=24.25%
G=38.21%
B=37.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731151130.3700.020.55177.1422.3436.86
Hex497371250237b11625
Octal1111631614502672612645
Binary1001001111001111100011001010101101111011000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497371; }

 p { color: rgb(73,115,113); }

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

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

 a { background-color: rgb(73,115,113); }

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

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

 span { border-color: rgb(73,115,113); }

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