Shades of Nandor #4A614B
Tints of Nandor #4A614B
RGB
CMYK
RGB Variations
Color information
#4A614B (or 0x4A614B) is known color: Nandor. HEX triplet: 4A, 61 and 4B. RGB value is (74,97,75). Sum of RGB (Red+Green+Blue) = 74+97+75=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #4A614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A614B is #B59EB4. Grayscale: #575757. Windows color (decimal): -11902645 or 4940106. OLE color: 4940106.
HSL color Cylindrical-coordinate representation of color #4A614B: hue angle of 122.61º 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 #4A614B is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 75 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.62 |
| HSL | 122.61º | 0.13% | 0.34% | - |
| HSV(B) | 122.61º | 0.24% | 0.38% | - |
| XYZ | 8.37 | 10.51 | 8.24 | - |
| YUV | 87.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 75 | 0.24 | 0 | 0.23 | 0.62 | 122.61 | 0.13 | 0.34 |
| Hex | 4A | 61 | 4B | 18 | 0 | 17 | 3E | 7B | D | 22 |
| Octal | 112 | 141 | 113 | 30 | 0 | 27 | 76 | 173 | 15 | 42 |
| Binary | 1001010 | 1100001 | 1001011 | 11000 | 0 | 10111 | 111110 | 1111011 | 1101 | 100010 |
Color Harmonies of #4A614B
Complementary color
Monochromatic Colors of #4A614B
Black with #4A614B
Text Example
Text Example
White with #4A614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A614B; }
p { color: rgb(74,97,75); }
H1.HeaderClassName
{
color: #4A614B;
}
.AnyTagClassName
{
color: #4A614B;
}
</style>
background-color css
<style>
a { background-color: #4A614B; }
a { background-color: rgb(74,97,75); }
div.DivClassName
{
background-color: #4A614B;
}
.BgClassName
{
background-color: #4A614B;
}
</style>
border-color css
<style>
span { border-color: #4A614B; }
span { border-color: rgb(74,97,75); }
td.TdClassName
{
border-color: #4A614B;
}
.TagClassName
{
border-color: #4A614B;
}
</style>