Shades of Bright Grey #4A535F
Tints of Bright Grey #4A535F
RGB
CMYK
RGB Variations
Color information
#4A535F (or 0x4A535F) is known color: Bright Grey. HEX triplet: 4A, 53 and 5F. RGB value is (74,83,95). Sum of RGB (Red+Green+Blue) = 74+83+95=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A535F is #B5ACA0. Grayscale: #515151. Windows color (decimal): -11906209 or 6247242. OLE color: 6247242.
HSL color Cylindrical-coordinate representation of color #4A535F: hue angle of 214.29º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A535F is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 83 | 95 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.63 |
| HSL | 214.29º | 0.12% | 0.33% | - |
| HSV(B) | 214.29º | 0.22% | 0.37% | - |
| XYZ | 7.98 | 8.47 | 12.04 | - |
| YUV | 81.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 95 | 0.22 | 0.13 | 0 | 0.63 | 214.29 | 0.12 | 0.33 |
| Hex | 4A | 53 | 5F | 16 | D | 0 | 3F | D6 | C | 21 |
| Octal | 112 | 123 | 137 | 26 | 15 | 0 | 77 | 326 | 14 | 41 |
| Binary | 1001010 | 1010011 | 1011111 | 10110 | 1101 | 0 | 111111 | 11010110 | 1100 | 100001 |
Color Harmonies of #4A535F
Complementary color
Monochromatic Colors of #4A535F
Black with #4A535F
Text Example
Text Example
White with #4A535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A535F; }
p { color: rgb(74,83,95); }
H1.HeaderClassName
{
color: #4A535F;
}
.AnyTagClassName
{
color: #4A535F;
}
</style>
background-color css
<style>
a { background-color: #4A535F; }
a { background-color: rgb(74,83,95); }
div.DivClassName
{
background-color: #4A535F;
}
.BgClassName
{
background-color: #4A535F;
}
</style>
border-color css
<style>
span { border-color: #4A535F; }
span { border-color: rgb(74,83,95); }
td.TdClassName
{
border-color: #4A535F;
}
.TagClassName
{
border-color: #4A535F;
}
</style>