Shades of Bright Grey #494F5D
Tints of Bright Grey #494F5D
RGB
CMYK
RGB Variations
Color information
#494F5D (or 0x494F5D) is known color: Bright Grey. HEX triplet: 49, 4F and 5D. RGB value is (73,79,93). Sum of RGB (Red+Green+Blue) = 73+79+93=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #494F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F5D is #B6B0A2. Grayscale: #4E4E4E. Windows color (decimal): -11972771 or 6115145. OLE color: 6115145.
HSL color Cylindrical-coordinate representation of color #494F5D: hue angle of 222º 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 #494F5D is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 79 | 93 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.64 |
| HSL | 222º | 0.12% | 0.33% | - |
| HSV(B) | 222º | 0.22% | 0.36% | - |
| XYZ | 7.52 | 7.8 | 11.46 | - |
| YUV | 78.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 93 | 0.22 | 0.15 | 0 | 0.64 | 222 | 0.12 | 0.33 |
| Hex | 49 | 4F | 5D | 16 | F | 0 | 40 | DE | C | 21 |
| Octal | 111 | 117 | 135 | 26 | 17 | 0 | 100 | 336 | 14 | 41 |
| Binary | 1001001 | 1001111 | 1011101 | 10110 | 1111 | 0 | 1000000 | 11011110 | 1100 | 100001 |
Color Harmonies of #494F5D
Complementary color
Monochromatic Colors of #494F5D
Black with #494F5D
Text Example
Text Example
White with #494F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F5D; }
p { color: rgb(73,79,93); }
H1.HeaderClassName
{
color: #494F5D;
}
.AnyTagClassName
{
color: #494F5D;
}
</style>
background-color css
<style>
a { background-color: #494F5D; }
a { background-color: rgb(73,79,93); }
div.DivClassName
{
background-color: #494F5D;
}
.BgClassName
{
background-color: #494F5D;
}
</style>
border-color css
<style>
span { border-color: #494F5D; }
span { border-color: rgb(73,79,93); }
td.TdClassName
{
border-color: #494F5D;
}
.TagClassName
{
border-color: #494F5D;
}
</style>