Shades of Bright Grey #4B525C
Tints of Bright Grey #4B525C
RGB
CMYK
RGB Variations
Color information
#4B525C (or 0x4B525C) is known color: Bright Grey. HEX triplet: 4B, 52 and 5C. RGB value is (75,82,92). Sum of RGB (Red+Green+Blue) = 75+82+92=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B525C is #B4ADA3. Grayscale: #515151. Windows color (decimal): -11840932 or 6050379. OLE color: 6050379.
HSL color Cylindrical-coordinate representation of color #4B525C: hue angle of 215.29º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B525C is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 82 | 92 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.64 |
| HSL | 215.29º | 0.1% | 0.33% | - |
| HSV(B) | 215.29º | 0.18% | 0.36% | - |
| XYZ | 7.85 | 8.3 | 11.31 | - |
| YUV | 81.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 82 | 92 | 0.18 | 0.11 | 0 | 0.64 | 215.29 | 0.1 | 0.33 |
| Hex | 4B | 52 | 5C | 12 | B | 0 | 40 | D7 | A | 21 |
| Octal | 113 | 122 | 134 | 22 | 13 | 0 | 100 | 327 | 12 | 41 |
| Binary | 1001011 | 1010010 | 1011100 | 10010 | 1011 | 0 | 1000000 | 11010111 | 1010 | 100001 |
Color Harmonies of #4B525C
Complementary color
Monochromatic Colors of #4B525C
Black with #4B525C
Text Example
Text Example
White with #4B525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B525C; }
p { color: rgb(75,82,92); }
H1.HeaderClassName
{
color: #4B525C;
}
.AnyTagClassName
{
color: #4B525C;
}
</style>
background-color css
<style>
a { background-color: #4B525C; }
a { background-color: rgb(75,82,92); }
div.DivClassName
{
background-color: #4B525C;
}
.BgClassName
{
background-color: #4B525C;
}
</style>
border-color css
<style>
span { border-color: #4B525C; }
span { border-color: rgb(75,82,92); }
td.TdClassName
{
border-color: #4B525C;
}
.TagClassName
{
border-color: #4B525C;
}
</style>