Shades of Bright Grey #49525F
Tints of Bright Grey #49525F
RGB
CMYK
RGB Variations
Color information
#49525F (or 0x49525F) is known color: Bright Grey. HEX triplet: 49, 52 and 5F. RGB value is (73,82,95). Sum of RGB (Red+Green+Blue) = 73+82+95=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #49525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49525F is #B6ADA0. Grayscale: #505050. Windows color (decimal): -11972001 or 6246985. OLE color: 6246985.
HSL color Cylindrical-coordinate representation of color #49525F: hue angle of 215.45º 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 #49525F is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 82 | 95 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.63 |
| HSL | 215.45º | 0.13% | 0.33% | - |
| HSV(B) | 215.45º | 0.23% | 0.37% | - |
| XYZ | 7.83 | 8.28 | 12.01 | - |
| YUV | 80.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 95 | 0.23 | 0.14 | 0 | 0.63 | 215.45 | 0.13 | 0.33 |
| Hex | 49 | 52 | 5F | 17 | E | 0 | 3F | D7 | D | 21 |
| Octal | 111 | 122 | 137 | 27 | 16 | 0 | 77 | 327 | 15 | 41 |
| Binary | 1001001 | 1010010 | 1011111 | 10111 | 1110 | 0 | 111111 | 11010111 | 1101 | 100001 |
Color Harmonies of #49525F
Complementary color
Monochromatic Colors of #49525F
Black with #49525F
Text Example
Text Example
White with #49525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49525F; }
p { color: rgb(73,82,95); }
H1.HeaderClassName
{
color: #49525F;
}
.AnyTagClassName
{
color: #49525F;
}
</style>
background-color css
<style>
a { background-color: #49525F; }
a { background-color: rgb(73,82,95); }
div.DivClassName
{
background-color: #49525F;
}
.BgClassName
{
background-color: #49525F;
}
</style>
border-color css
<style>
span { border-color: #49525F; }
span { border-color: rgb(73,82,95); }
td.TdClassName
{
border-color: #49525F;
}
.TagClassName
{
border-color: #49525F;
}
</style>