Shades of Grey-Asparagus #4B554A
Tints of Grey-Asparagus #4B554A
RGB
CMYK
RGB Variations
Color information
#4B554A (or 0x4B554A) is known color: Grey-Asparagus. HEX triplet: 4B, 55 and 4A. RGB value is (75,85,74). Sum of RGB (Red+Green+Blue) = 75+85+74=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 85 - color contains mainly: green. Hex color #4B554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B554A is #B4AAB5. Grayscale: #505050. Windows color (decimal): -11840182 or 4871499. OLE color: 4871499.
HSL color Cylindrical-coordinate representation of color #4B554A: hue angle of 114.55º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B554A is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 85 | 74 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.67 |
| HSL | 114.55º | 0.07% | 0.31% | - |
| HSV(B) | 114.55º | 0.13% | 0.33% | - |
| XYZ | 7.39 | 8.49 | 7.73 | - |
| YUV | 80.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 74 | 0.12 | 0 | 0.13 | 0.67 | 114.55 | 0.07 | 0.31 |
| Hex | 4B | 55 | 4A | C | 0 | D | 43 | 73 | 7 | 1F |
| Octal | 113 | 125 | 112 | 14 | 0 | 15 | 103 | 163 | 7 | 37 |
| Binary | 1001011 | 1010101 | 1001010 | 1100 | 0 | 1101 | 1000011 | 1110011 | 111 | 11111 |
Color Harmonies of #4B554A
Complementary color
Monochromatic Colors of #4B554A
Black with #4B554A
Text Example
Text Example
White with #4B554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B554A; }
p { color: rgb(75,85,74); }
H1.HeaderClassName
{
color: #4B554A;
}
.AnyTagClassName
{
color: #4B554A;
}
</style>
background-color css
<style>
a { background-color: #4B554A; }
a { background-color: rgb(75,85,74); }
div.DivClassName
{
background-color: #4B554A;
}
.BgClassName
{
background-color: #4B554A;
}
</style>
border-color css
<style>
span { border-color: #4B554A; }
span { border-color: rgb(75,85,74); }
td.TdClassName
{
border-color: #4B554A;
}
.TagClassName
{
border-color: #4B554A;
}
</style>