Shades of Nandor #4A574B
Tints of Nandor #4A574B
RGB
CMYK
RGB Variations
Color information
#4A574B (or 0x4A574B) is known color: Nandor. HEX triplet: 4A, 57 and 4B. RGB value is (74,87,75). Sum of RGB (Red+Green+Blue) = 74+87+75=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 87 - color contains mainly: green. Hex color #4A574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A574B is #B5A8B4. Grayscale: #515151. Windows color (decimal): -11905205 or 4937546. OLE color: 4937546.
HSL color Cylindrical-coordinate representation of color #4A574B: hue angle of 124.62º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4A574B is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 87 | 75 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.66 |
| HSL | 124.62º | 0.08% | 0.32% | - |
| HSV(B) | 124.62º | 0.15% | 0.34% | - |
| XYZ | 7.5 | 8.78 | 7.96 | - |
| YUV | 81.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 87 | 75 | 0.15 | 0 | 0.14 | 0.66 | 124.62 | 0.08 | 0.32 |
| Hex | 4A | 57 | 4B | F | 0 | E | 42 | 7D | 8 | 20 |
| Octal | 112 | 127 | 113 | 17 | 0 | 16 | 102 | 175 | 10 | 40 |
| Binary | 1001010 | 1010111 | 1001011 | 1111 | 0 | 1110 | 1000010 | 1111101 | 1000 | 100000 |
Color Harmonies of #4A574B
Complementary color
Monochromatic Colors of #4A574B
Black with #4A574B
Text Example
Text Example
White with #4A574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A574B; }
p { color: rgb(74,87,75); }
H1.HeaderClassName
{
color: #4A574B;
}
.AnyTagClassName
{
color: #4A574B;
}
</style>
background-color css
<style>
a { background-color: #4A574B; }
a { background-color: rgb(74,87,75); }
div.DivClassName
{
background-color: #4A574B;
}
.BgClassName
{
background-color: #4A574B;
}
</style>
border-color css
<style>
span { border-color: #4A574B; }
span { border-color: rgb(74,87,75); }
td.TdClassName
{
border-color: #4A574B;
}
.TagClassName
{
border-color: #4A574B;
}
</style>