Shades of Bright Grey #4A515F
Tints of Bright Grey #4A515F
RGB
CMYK
RGB Variations
Color information
#4A515F (or 0x4A515F) is known color: Bright Grey. HEX triplet: 4A, 51 and 5F. RGB value is (74,81,95). Sum of RGB (Red+Green+Blue) = 74+81+95=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 81 (32.03% from 255 or 32.4% 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 #4A515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A515F is #B5AEA0. Grayscale: #505050. Windows color (decimal): -11906721 or 6246730. OLE color: 6246730.
HSL color Cylindrical-coordinate representation of color #4A515F: hue angle of 220º degrees, saturation: 0.12, 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 #4A515F is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 81 | 95 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.63 |
| HSL | 220º | 0.12% | 0.33% | - |
| HSV(B) | 220º | 0.22% | 0.37% | - |
| XYZ | 7.83 | 8.17 | 11.99 | - |
| YUV | 80.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 95 | 0.22 | 0.15 | 0 | 0.63 | 220 | 0.12 | 0.33 |
| Hex | 4A | 51 | 5F | 16 | F | 0 | 3F | DC | C | 21 |
| Octal | 112 | 121 | 137 | 26 | 17 | 0 | 77 | 334 | 14 | 41 |
| Binary | 1001010 | 1010001 | 1011111 | 10110 | 1111 | 0 | 111111 | 11011100 | 1100 | 100001 |
Color Harmonies of #4A515F
Complementary color
Monochromatic Colors of #4A515F
Black with #4A515F
Text Example
Text Example
White with #4A515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A515F; }
p { color: rgb(74,81,95); }
H1.HeaderClassName
{
color: #4A515F;
}
.AnyTagClassName
{
color: #4A515F;
}
</style>
background-color css
<style>
a { background-color: #4A515F; }
a { background-color: rgb(74,81,95); }
div.DivClassName
{
background-color: #4A515F;
}
.BgClassName
{
background-color: #4A515F;
}
</style>
border-color css
<style>
span { border-color: #4A515F; }
span { border-color: rgb(74,81,95); }
td.TdClassName
{
border-color: #4A515F;
}
.TagClassName
{
border-color: #4A515F;
}
</style>