Shades of Bright Grey #49505D
Tints of Bright Grey #49505D
RGB
CMYK
RGB Variations
Color information
#49505D (or 0x49505D) is known color: Bright Grey. HEX triplet: 49, 50 and 5D. RGB value is (73,80,93). Sum of RGB (Red+Green+Blue) = 73+80+93=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #49505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49505D is #B6AFA2. Grayscale: #4F4F4F. Windows color (decimal): -11972515 or 6115401. OLE color: 6115401.
HSL color Cylindrical-coordinate representation of color #49505D: hue angle of 219º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49505D is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 80 | 93 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.64 |
| HSL | 219º | 0.12% | 0.33% | - |
| HSV(B) | 219º | 0.22% | 0.36% | - |
| XYZ | 7.59 | 7.94 | 11.49 | - |
| YUV | 79.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 93 | 0.22 | 0.14 | 0 | 0.64 | 219 | 0.12 | 0.33 |
| Hex | 49 | 50 | 5D | 16 | E | 0 | 40 | DB | C | 21 |
| Octal | 111 | 120 | 135 | 26 | 16 | 0 | 100 | 333 | 14 | 41 |
| Binary | 1001001 | 1010000 | 1011101 | 10110 | 1110 | 0 | 1000000 | 11011011 | 1100 | 100001 |
Color Harmonies of #49505D
Complementary color
Monochromatic Colors of #49505D
Black with #49505D
Text Example
Text Example
White with #49505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49505D; }
p { color: rgb(73,80,93); }
H1.HeaderClassName
{
color: #49505D;
}
.AnyTagClassName
{
color: #49505D;
}
</style>
background-color css
<style>
a { background-color: #49505D; }
a { background-color: rgb(73,80,93); }
div.DivClassName
{
background-color: #49505D;
}
.BgClassName
{
background-color: #49505D;
}
</style>
border-color css
<style>
span { border-color: #49505D; }
span { border-color: rgb(73,80,93); }
td.TdClassName
{
border-color: #49505D;
}
.TagClassName
{
border-color: #49505D;
}
</style>