Shades of Bright Grey #4A5360
Tints of Bright Grey #4A5360
RGB
CMYK
RGB Variations
Color information
#4A5360 (or 0x4A5360) is known color: Bright Grey. HEX triplet: 4A, 53 and 60. RGB value is (74,83,96). Sum of RGB (Red+Green+Blue) = 74+83+96=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 83 (32.81% from 255 or 32.81% 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 #4A5360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5360 is #B5AC9F. Grayscale: #515151. Windows color (decimal): -11906208 or 6312778. OLE color: 6312778.
HSL color Cylindrical-coordinate representation of color #4A5360: hue angle of 215.45º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A5360 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 83 | 96 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.62 |
| HSL | 215.45º | 0.13% | 0.33% | - |
| HSV(B) | 215.45º | 0.23% | 0.38% | - |
| XYZ | 8.03 | 8.49 | 12.28 | - |
| YUV | 81.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 96 | 0.23 | 0.14 | 0 | 0.62 | 215.45 | 0.13 | 0.33 |
| Hex | 4A | 53 | 60 | 17 | E | 0 | 3E | D7 | D | 21 |
| Octal | 112 | 123 | 140 | 27 | 16 | 0 | 76 | 327 | 15 | 41 |
| Binary | 1001010 | 1010011 | 1100000 | 10111 | 1110 | 0 | 111110 | 11010111 | 1101 | 100001 |
Color Harmonies of #4A5360
Complementary color
Monochromatic Colors of #4A5360
Black with #4A5360
Text Example
Text Example
White with #4A5360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5360; }
p { color: rgb(74,83,96); }
H1.HeaderClassName
{
color: #4A5360;
}
.AnyTagClassName
{
color: #4A5360;
}
</style>
background-color css
<style>
a { background-color: #4A5360; }
a { background-color: rgb(74,83,96); }
div.DivClassName
{
background-color: #4A5360;
}
.BgClassName
{
background-color: #4A5360;
}
</style>
border-color css
<style>
span { border-color: #4A5360; }
span { border-color: rgb(74,83,96); }
td.TdClassName
{
border-color: #4A5360;
}
.TagClassName
{
border-color: #4A5360;
}
</style>