Shades of Nandor #4A6349
Tints of Nandor #4A6349
RGB
CMYK
RGB Variations
Color information
#4A6349 (or 0x4A6349) is known color: Nandor. HEX triplet: 4A, 63 and 49. RGB value is (74,99,73). Sum of RGB (Red+Green+Blue) = 74+99+73=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #4A6349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6349 is #B59CB6. Grayscale: #585858. Windows color (decimal): -11902135 or 4809546. OLE color: 4809546.
HSL color Cylindrical-coordinate representation of color #4A6349: hue angle of 117.69º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A6349 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 99 | 73 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.61 |
| HSL | 117.69º | 0.15% | 0.34% | - |
| HSV(B) | 117.69º | 0.26% | 0.39% | - |
| XYZ | 8.49 | 10.86 | 7.95 | - |
| YUV | 88.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 73 | 0.25 | 0 | 0.26 | 0.61 | 117.69 | 0.15 | 0.34 |
| Hex | 4A | 63 | 49 | 19 | 0 | 1A | 3D | 76 | F | 22 |
| Octal | 112 | 143 | 111 | 31 | 0 | 32 | 75 | 166 | 17 | 42 |
| Binary | 1001010 | 1100011 | 1001001 | 11001 | 0 | 11010 | 111101 | 1110110 | 1111 | 100010 |
Color Harmonies of #4A6349
Complementary color
Monochromatic Colors of #4A6349
Black with #4A6349
Text Example
Text Example
White with #4A6349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6349; }
p { color: rgb(74,99,73); }
H1.HeaderClassName
{
color: #4A6349;
}
.AnyTagClassName
{
color: #4A6349;
}
</style>
background-color css
<style>
a { background-color: #4A6349; }
a { background-color: rgb(74,99,73); }
div.DivClassName
{
background-color: #4A6349;
}
.BgClassName
{
background-color: #4A6349;
}
</style>
border-color css
<style>
span { border-color: #4A6349; }
span { border-color: rgb(74,99,73); }
td.TdClassName
{
border-color: #4A6349;
}
.TagClassName
{
border-color: #4A6349;
}
</style>