Shades of Bright Grey #4B5260
Tints of Bright Grey #4B5260
RGB
CMYK
RGB Variations
Color information
#4B5260 (or 0x4B5260) is known color: Bright Grey. HEX triplet: 4B, 52 and 60. RGB value is (75,82,96). Sum of RGB (Red+Green+Blue) = 75+82+96=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B5260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5260 is #B4AD9F. Grayscale: #515151. Windows color (decimal): -11840928 or 6312523. OLE color: 6312523.
HSL color Cylindrical-coordinate representation of color #4B5260: hue angle of 220º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4B5260 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 82 | 96 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.62 |
| HSL | 220º | 0.12% | 0.34% | - |
| HSV(B) | 220º | 0.22% | 0.38% | - |
| XYZ | 8.03 | 8.37 | 12.26 | - |
| YUV | 81.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 82 | 96 | 0.22 | 0.15 | 0 | 0.62 | 220 | 0.12 | 0.34 |
| Hex | 4B | 52 | 60 | 16 | F | 0 | 3E | DC | C | 22 |
| Octal | 113 | 122 | 140 | 26 | 17 | 0 | 76 | 334 | 14 | 42 |
| Binary | 1001011 | 1010010 | 1100000 | 10110 | 1111 | 0 | 111110 | 11011100 | 1100 | 100010 |
Color Harmonies of #4B5260
Complementary color
Monochromatic Colors of #4B5260
Black with #4B5260
Text Example
Text Example
White with #4B5260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5260; }
p { color: rgb(75,82,96); }
H1.HeaderClassName
{
color: #4B5260;
}
.AnyTagClassName
{
color: #4B5260;
}
</style>
background-color css
<style>
a { background-color: #4B5260; }
a { background-color: rgb(75,82,96); }
div.DivClassName
{
background-color: #4B5260;
}
.BgClassName
{
background-color: #4B5260;
}
</style>
border-color css
<style>
span { border-color: #4B5260; }
span { border-color: rgb(75,82,96); }
td.TdClassName
{
border-color: #4B5260;
}
.TagClassName
{
border-color: #4B5260;
}
</style>