Shades of Nandor #4A694A
Tints of Nandor #4A694A
RGB
CMYK
RGB Variations
Color information
#4A694A (or 0x4A694A) is known color: Nandor. HEX triplet: 4A, 69 and 4A. RGB value is (74,105,74). Sum of RGB (Red+Green+Blue) = 74+105+74=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #4A694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A694A is #B596B5. Grayscale: #5C5C5C. Windows color (decimal): -11900598 or 4876618. OLE color: 4876618.
HSL color Cylindrical-coordinate representation of color #4A694A: hue angle of 120º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A694A is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 74 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.59 |
| HSL | 120º | 0.17% | 0.35% | - |
| HSV(B) | 120º | 0.3% | 0.41% | - |
| XYZ | 9.11 | 12.05 | 8.32 | - |
| YUV | 92.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 74 | 0.30 | 0 | 0.30 | 0.59 | 120 | 0.17 | 0.35 |
| Hex | 4A | 69 | 4A | 1E | 0 | 1E | 3B | 78 | 11 | 23 |
| Octal | 112 | 151 | 112 | 36 | 0 | 36 | 73 | 170 | 21 | 43 |
| Binary | 1001010 | 1101001 | 1001010 | 11110 | 0 | 11110 | 111011 | 1111000 | 10001 | 100011 |
Color Harmonies of #4A694A
Complementary color
Monochromatic Colors of #4A694A
Black with #4A694A
Text Example
Text Example
White with #4A694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A694A; }
p { color: rgb(74,105,74); }
H1.HeaderClassName
{
color: #4A694A;
}
.AnyTagClassName
{
color: #4A694A;
}
</style>
background-color css
<style>
a { background-color: #4A694A; }
a { background-color: rgb(74,105,74); }
div.DivClassName
{
background-color: #4A694A;
}
.BgClassName
{
background-color: #4A694A;
}
</style>
border-color css
<style>
span { border-color: #4A694A; }
span { border-color: rgb(74,105,74); }
td.TdClassName
{
border-color: #4A694A;
}
.TagClassName
{
border-color: #4A694A;
}
</style>