Shades of Bright Grey #4A525F
Tints of Bright Grey #4A525F
RGB
CMYK
RGB Variations
Color information
#4A525F (or 0x4A525F) is known color: Bright Grey. HEX triplet: 4A, 52 and 5F. RGB value is (74,82,95). Sum of RGB (Red+Green+Blue) = 74+82+95=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A525F is #B5ADA0. Grayscale: #515151. Windows color (decimal): -11906465 or 6246986. OLE color: 6246986.
HSL color Cylindrical-coordinate representation of color #4A525F: hue angle of 217.14º 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 #4A525F is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 82 | 95 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.63 |
| HSL | 217.14º | 0.12% | 0.33% | - |
| HSV(B) | 217.14º | 0.22% | 0.37% | - |
| XYZ | 7.91 | 8.32 | 12.02 | - |
| YUV | 81.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 95 | 0.22 | 0.14 | 0 | 0.63 | 217.14 | 0.12 | 0.33 |
| Hex | 4A | 52 | 5F | 16 | E | 0 | 3F | D9 | C | 21 |
| Octal | 112 | 122 | 137 | 26 | 16 | 0 | 77 | 331 | 14 | 41 |
| Binary | 1001010 | 1010010 | 1011111 | 10110 | 1110 | 0 | 111111 | 11011001 | 1100 | 100001 |
Color Harmonies of #4A525F
Complementary color
Monochromatic Colors of #4A525F
Black with #4A525F
Text Example
Text Example
White with #4A525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A525F; }
p { color: rgb(74,82,95); }
H1.HeaderClassName
{
color: #4A525F;
}
.AnyTagClassName
{
color: #4A525F;
}
</style>
background-color css
<style>
a { background-color: #4A525F; }
a { background-color: rgb(74,82,95); }
div.DivClassName
{
background-color: #4A525F;
}
.BgClassName
{
background-color: #4A525F;
}
</style>
border-color css
<style>
span { border-color: #4A525F; }
span { border-color: rgb(74,82,95); }
td.TdClassName
{
border-color: #4A525F;
}
.TagClassName
{
border-color: #4A525F;
}
</style>