Shades of Bright Grey #4A5461
Tints of Bright Grey #4A5461
RGB
CMYK
RGB Variations
Color information
#4A5461 (or 0x4A5461) is known color: Bright Grey. HEX triplet: 4A, 54 and 61. RGB value is (74,84,97). Sum of RGB (Red+Green+Blue) = 74+84+97=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 84 (33.20% from 255 or 32.94% 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 #4A5461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5461 is #B5AB9E. Grayscale: #525252. Windows color (decimal): -11905951 or 6378570. OLE color: 6378570.
HSL color Cylindrical-coordinate representation of color #4A5461: hue angle of 213.91º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A5461 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 84 | 97 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.62 |
| HSL | 213.91º | 0.13% | 0.34% | - |
| HSV(B) | 213.91º | 0.24% | 0.38% | - |
| XYZ | 8.15 | 8.66 | 12.55 | - |
| YUV | 82.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 97 | 0.24 | 0.13 | 0 | 0.62 | 213.91 | 0.13 | 0.34 |
| Hex | 4A | 54 | 61 | 18 | D | 0 | 3E | D6 | D | 22 |
| Octal | 112 | 124 | 141 | 30 | 15 | 0 | 76 | 326 | 15 | 42 |
| Binary | 1001010 | 1010100 | 1100001 | 11000 | 1101 | 0 | 111110 | 11010110 | 1101 | 100010 |
Color Harmonies of #4A5461
Complementary color
Monochromatic Colors of #4A5461
Black with #4A5461
Text Example
Text Example
White with #4A5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5461; }
p { color: rgb(74,84,97); }
H1.HeaderClassName
{
color: #4A5461;
}
.AnyTagClassName
{
color: #4A5461;
}
</style>
background-color css
<style>
a { background-color: #4A5461; }
a { background-color: rgb(74,84,97); }
div.DivClassName
{
background-color: #4A5461;
}
.BgClassName
{
background-color: #4A5461;
}
</style>
border-color css
<style>
span { border-color: #4A5461; }
span { border-color: rgb(74,84,97); }
td.TdClassName
{
border-color: #4A5461;
}
.TagClassName
{
border-color: #4A5461;
}
</style>