Shades of Bright Grey #4B5561
Tints of Bright Grey #4B5561
RGB
CMYK
RGB Variations
Color information
#4B5561 (or 0x4B5561) is known color: Bright Grey. HEX triplet: 4B, 55 and 61. RGB value is (75,85,97). Sum of RGB (Red+Green+Blue) = 75+85+97=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B5561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5561 is #B4AA9E. Grayscale: #535353. Windows color (decimal): -11840159 or 6378827. OLE color: 6378827.
HSL color Cylindrical-coordinate representation of color #4B5561: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B5561 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 85 | 97 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.62 |
| HSL | 212.73º | 0.13% | 0.34% | - |
| HSV(B) | 212.73º | 0.23% | 0.38% | - |
| XYZ | 8.31 | 8.86 | 12.58 | - |
| YUV | 83.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 97 | 0.23 | 0.12 | 0 | 0.62 | 212.73 | 0.13 | 0.34 |
| Hex | 4B | 55 | 61 | 17 | C | 0 | 3E | D5 | D | 22 |
| Octal | 113 | 125 | 141 | 27 | 14 | 0 | 76 | 325 | 15 | 42 |
| Binary | 1001011 | 1010101 | 1100001 | 10111 | 1100 | 0 | 111110 | 11010101 | 1101 | 100010 |
Color Harmonies of #4B5561
Complementary color
Monochromatic Colors of #4B5561
Black with #4B5561
Text Example
Text Example
White with #4B5561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5561; }
p { color: rgb(75,85,97); }
H1.HeaderClassName
{
color: #4B5561;
}
.AnyTagClassName
{
color: #4B5561;
}
</style>
background-color css
<style>
a { background-color: #4B5561; }
a { background-color: rgb(75,85,97); }
div.DivClassName
{
background-color: #4B5561;
}
.BgClassName
{
background-color: #4B5561;
}
</style>
border-color css
<style>
span { border-color: #4B5561; }
span { border-color: rgb(75,85,97); }
td.TdClassName
{
border-color: #4B5561;
}
.TagClassName
{
border-color: #4B5561;
}
</style>