#49515F

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

Shades of Bright Grey #49515F

Tints of Bright Grey #49515F

Color information

#49515F (or 0x49515F) is unknown color: approx Bright Grey. HEX triplet: 49, 51 and 5F. RGB value is (73,81,95). Sum of RGB (Red+Green+Blue) = 73+81+95=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 95 - color contains mainly: blue. Hex color #49515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49515F is #B6AEA0. Grayscale: #505050. Windows color (decimal): -11972257 or 6246729. OLE color: 6246729.

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

Color convert

RGB738195-
CMYK0.230.1500.63
HSL218.18º13.1%32.94%-
HSV(B)218.18º23.16%37.25%-
XYZ7.768.1311.99-
YUV80.2136.35122.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=29.32%
G=32.53%
B=38.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7381950.230.1500.63218.1813.132.94
Hex49515F17F03Fdad21
Octal11112113727170773321541
Binary1001001101000110111111011111110111111110110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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