Shades of Nandor #4A664D
Tints of Nandor #4A664D
RGB
CMYK
RGB Variations
Color information
#4A664D (or 0x4A664D) is known color: Nandor. HEX triplet: 4A, 66 and 4D. RGB value is (74,102,77). Sum of RGB (Red+Green+Blue) = 74+102+77=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 102 - color contains mainly: green. Hex color #4A664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A664D is #B599B2. Grayscale: #5A5A5A. Windows color (decimal): -11901363 or 5072458. OLE color: 5072458.
HSL color Cylindrical-coordinate representation of color #4A664D: hue angle of 126.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A664D is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 74 | 102 | 77 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.6 |
| HSL | 126.43º | 0.16% | 0.35% | - |
| HSV(B) | 126.43º | 0.27% | 0.4% | - |
| XYZ | 8.91 | 11.49 | 8.77 | - |
| YUV | 90.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 77 | 0.27 | 0 | 0.25 | 0.6 | 126.43 | 0.16 | 0.35 |
| Hex | 4A | 66 | 4D | 1B | 0 | 19 | 3C | 7E | 10 | 23 |
| Octal | 112 | 146 | 115 | 33 | 0 | 31 | 74 | 176 | 20 | 43 |
| Binary | 1001010 | 1100110 | 1001101 | 11011 | 0 | 11001 | 111100 | 1111110 | 10000 | 100011 |
Color Harmonies of #4A664D
Complementary color
Monochromatic Colors of #4A664D
Black with #4A664D
Text Example
Text Example
White with #4A664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A664D; }
p { color: rgb(74,102,77); }
H1.HeaderClassName
{
color: #4A664D;
}
.AnyTagClassName
{
color: #4A664D;
}
</style>
background-color css
<style>
a { background-color: #4A664D; }
a { background-color: rgb(74,102,77); }
div.DivClassName
{
background-color: #4A664D;
}
.BgClassName
{
background-color: #4A664D;
}
</style>
border-color css
<style>
span { border-color: #4A664D; }
span { border-color: rgb(74,102,77); }
td.TdClassName
{
border-color: #4A664D;
}
.TagClassName
{
border-color: #4A664D;
}
</style>