Shades of Bright Grey #4B515E
Tints of Bright Grey #4B515E
RGB
CMYK
RGB Variations
Color information
#4B515E (or 0x4B515E) is known color: Bright Grey. HEX triplet: 4B, 51 and 5E. RGB value is (75,81,94). Sum of RGB (Red+Green+Blue) = 75+81+94=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B515E is #B4AEA1. Grayscale: #505050. Windows color (decimal): -11841186 or 6181195. OLE color: 6181195.
HSL color Cylindrical-coordinate representation of color #4B515E: hue angle of 221.05º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B515E is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 75 | 81 | 94 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.63 |
| HSL | 221.05º | 0.11% | 0.33% | - |
| HSV(B) | 221.05º | 0.2% | 0.37% | - |
| XYZ | 7.86 | 8.19 | 11.76 | - |
| YUV | 80.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 94 | 0.20 | 0.14 | 0 | 0.63 | 221.05 | 0.11 | 0.33 |
| Hex | 4B | 51 | 5E | 14 | E | 0 | 3F | DD | B | 21 |
| Octal | 113 | 121 | 136 | 24 | 16 | 0 | 77 | 335 | 13 | 41 |
| Binary | 1001011 | 1010001 | 1011110 | 10100 | 1110 | 0 | 111111 | 11011101 | 1011 | 100001 |
Color Harmonies of #4B515E
Complementary color
Monochromatic Colors of #4B515E
Black with #4B515E
Text Example
Text Example
White with #4B515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B515E; }
p { color: rgb(75,81,94); }
H1.HeaderClassName
{
color: #4B515E;
}
.AnyTagClassName
{
color: #4B515E;
}
</style>
background-color css
<style>
a { background-color: #4B515E; }
a { background-color: rgb(75,81,94); }
div.DivClassName
{
background-color: #4B515E;
}
.BgClassName
{
background-color: #4B515E;
}
</style>
border-color css
<style>
span { border-color: #4B515E; }
span { border-color: rgb(75,81,94); }
td.TdClassName
{
border-color: #4B515E;
}
.TagClassName
{
border-color: #4B515E;
}
</style>