Shades of Nandor #4A604D
Tints of Nandor #4A604D
RGB
CMYK
RGB Variations
Color information
#4A604D (or 0x4A604D) is known color: Nandor. HEX triplet: 4A, 60 and 4D. RGB value is (74,96,77). Sum of RGB (Red+Green+Blue) = 74+96+77=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #4A604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A604D is #B59FB2. Grayscale: #575757. Windows color (decimal): -11902899 or 5070922. OLE color: 5070922.
HSL color Cylindrical-coordinate representation of color #4A604D: hue angle of 128.18º 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 #4A604D is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 96 | 77 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.62 |
| HSL | 128.18º | 0.13% | 0.33% | - |
| HSV(B) | 128.18º | 0.23% | 0.38% | - |
| XYZ | 8.35 | 10.36 | 8.58 | - |
| YUV | 87.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 77 | 0.23 | 0 | 0.20 | 0.62 | 128.18 | 0.13 | 0.33 |
| Hex | 4A | 60 | 4D | 17 | 0 | 14 | 3E | 80 | D | 21 |
| Octal | 112 | 140 | 115 | 27 | 0 | 24 | 76 | 200 | 15 | 41 |
| Binary | 1001010 | 1100000 | 1001101 | 10111 | 0 | 10100 | 111110 | 10000000 | 1101 | 100001 |
Color Harmonies of #4A604D
Complementary color
Monochromatic Colors of #4A604D
Black with #4A604D
Text Example
Text Example
White with #4A604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A604D; }
p { color: rgb(74,96,77); }
H1.HeaderClassName
{
color: #4A604D;
}
.AnyTagClassName
{
color: #4A604D;
}
</style>
background-color css
<style>
a { background-color: #4A604D; }
a { background-color: rgb(74,96,77); }
div.DivClassName
{
background-color: #4A604D;
}
.BgClassName
{
background-color: #4A604D;
}
</style>
border-color css
<style>
span { border-color: #4A604D; }
span { border-color: rgb(74,96,77); }
td.TdClassName
{
border-color: #4A604D;
}
.TagClassName
{
border-color: #4A604D;
}
</style>