#49515E

Color #49515E Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #49515E

Tints of Bright Grey #49515E

Color information

#49515E (or 0x49515E) is unknown color: approx Bright Grey. HEX triplet: 49, 51 and 5E. RGB value is (73,81,94). Sum of RGB (Red+Green+Blue) = 73+81+94=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #49515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49515E is #B6AEA1. Grayscale: #505050. Windows color (decimal): -11972258 or 6181193. OLE color: 6181193.

HSL color Cylindrical-coordinate representation of color #49515E: hue angle of 217.14º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49515E is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB738194-
CMYK0.220.1400.63
HSL217.14º12.57%32.75%-
HSV(B)217.14º22.34%36.86%-
XYZ7.718.1111.75-
YUV80.09135.85122.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=29.44%
G=32.66%
B=37.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7381940.220.1400.63217.1412.5732.75
Hex49515E16E03Fd9d21
Octal11112113626160773311541
Binary1001001101000110111101011011100111111110110011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49515E; }

 p { color: rgb(73,81,94); }

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

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

 a { background-color: rgb(73,81,94); }

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

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

 span { border-color: rgb(73,81,94); }

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