Shades of Nandor #4A614C
Tints of Nandor #4A614C
RGB
CMYK
RGB Variations
Color information
#4A614C (or 0x4A614C) is known color: Nandor. HEX triplet: 4A, 61 and 4C. RGB value is (74,97,76). Sum of RGB (Red+Green+Blue) = 74+97+76=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #4A614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A614C is #B59EB3. Grayscale: #575757. Windows color (decimal): -11902644 or 5005642. OLE color: 5005642.
HSL color Cylindrical-coordinate representation of color #4A614C: hue angle of 125.22º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A614C is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 76 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.62 |
| HSL | 125.22º | 0.13% | 0.34% | - |
| HSV(B) | 125.22º | 0.24% | 0.38% | - |
| XYZ | 8.4 | 10.53 | 8.43 | - |
| YUV | 87.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 76 | 0.24 | 0 | 0.22 | 0.62 | 125.22 | 0.13 | 0.34 |
| Hex | 4A | 61 | 4C | 18 | 0 | 16 | 3E | 7D | D | 22 |
| Octal | 112 | 141 | 114 | 30 | 0 | 26 | 76 | 175 | 15 | 42 |
| Binary | 1001010 | 1100001 | 1001100 | 11000 | 0 | 10110 | 111110 | 1111101 | 1101 | 100010 |
Color Harmonies of #4A614C
Complementary color
Monochromatic Colors of #4A614C
Black with #4A614C
Text Example
Text Example
White with #4A614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A614C; }
p { color: rgb(74,97,76); }
H1.HeaderClassName
{
color: #4A614C;
}
.AnyTagClassName
{
color: #4A614C;
}
</style>
background-color css
<style>
a { background-color: #4A614C; }
a { background-color: rgb(74,97,76); }
div.DivClassName
{
background-color: #4A614C;
}
.BgClassName
{
background-color: #4A614C;
}
</style>
border-color css
<style>
span { border-color: #4A614C; }
span { border-color: rgb(74,97,76); }
td.TdClassName
{
border-color: #4A614C;
}
.TagClassName
{
border-color: #4A614C;
}
</style>