Shades of Bright Grey #4B5361
Tints of Bright Grey #4B5361
RGB
CMYK
RGB Variations
Color information
#4B5361 (or 0x4B5361) is known color: Bright Grey. HEX triplet: 4B, 53 and 61. RGB value is (75,83,97). Sum of RGB (Red+Green+Blue) = 75+83+97=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B5361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5361 is #B4AC9E. Grayscale: #525252. Windows color (decimal): -11840671 or 6378315. OLE color: 6378315.
HSL color Cylindrical-coordinate representation of color #4B5361: hue angle of 218.18º 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 #4B5361 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 83 | 97 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.62 |
| HSL | 218.18º | 0.13% | 0.34% | - |
| HSV(B) | 218.18º | 0.23% | 0.38% | - |
| XYZ | 8.15 | 8.55 | 12.53 | - |
| YUV | 82.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 97 | 0.23 | 0.14 | 0 | 0.62 | 218.18 | 0.13 | 0.34 |
| Hex | 4B | 53 | 61 | 17 | E | 0 | 3E | DA | D | 22 |
| Octal | 113 | 123 | 141 | 27 | 16 | 0 | 76 | 332 | 15 | 42 |
| Binary | 1001011 | 1010011 | 1100001 | 10111 | 1110 | 0 | 111110 | 11011010 | 1101 | 100010 |
Color Harmonies of #4B5361
Complementary color
Monochromatic Colors of #4B5361
Black with #4B5361
Text Example
Text Example
White with #4B5361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5361; }
p { color: rgb(75,83,97); }
H1.HeaderClassName
{
color: #4B5361;
}
.AnyTagClassName
{
color: #4B5361;
}
</style>
background-color css
<style>
a { background-color: #4B5361; }
a { background-color: rgb(75,83,97); }
div.DivClassName
{
background-color: #4B5361;
}
.BgClassName
{
background-color: #4B5361;
}
</style>
border-color css
<style>
span { border-color: #4B5361; }
span { border-color: rgb(75,83,97); }
td.TdClassName
{
border-color: #4B5361;
}
.TagClassName
{
border-color: #4B5361;
}
</style>