Shades of Nandor #46614A
Tints of Nandor #46614A
RGB
CMYK
RGB Variations
Color information
#46614A (or 0x46614A) is known color: Nandor. HEX triplet: 46, 61 and 4A. RGB value is (70,97,74). Sum of RGB (Red+Green+Blue) = 70+97+74=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #46614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46614A is #B99EB5. Grayscale: #565656. Windows color (decimal): -12164790 or 4874566. OLE color: 4874566.
HSL color Cylindrical-coordinate representation of color #46614A: hue angle of 128.89º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46614A is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 97 | 74 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.62 |
| HSL | 128.89º | 0.16% | 0.33% | - |
| HSV(B) | 128.89º | 0.28% | 0.38% | - |
| XYZ | 8.04 | 10.35 | 8.05 | - |
| YUV | 86.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 74 | 0.28 | 0 | 0.24 | 0.62 | 128.89 | 0.16 | 0.33 |
| Hex | 46 | 61 | 4A | 1C | 0 | 18 | 3E | 81 | 10 | 21 |
| Octal | 106 | 141 | 112 | 34 | 0 | 30 | 76 | 201 | 20 | 41 |
| Binary | 1000110 | 1100001 | 1001010 | 11100 | 0 | 11000 | 111110 | 10000001 | 10000 | 100001 |
Color Harmonies of #46614A
Complementary color
Monochromatic Colors of #46614A
Black with #46614A
Text Example
Text Example
White with #46614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46614A; }
p { color: rgb(70,97,74); }
H1.HeaderClassName
{
color: #46614A;
}
.AnyTagClassName
{
color: #46614A;
}
</style>
background-color css
<style>
a { background-color: #46614A; }
a { background-color: rgb(70,97,74); }
div.DivClassName
{
background-color: #46614A;
}
.BgClassName
{
background-color: #46614A;
}
</style>
border-color css
<style>
span { border-color: #46614A; }
span { border-color: rgb(70,97,74); }
td.TdClassName
{
border-color: #46614A;
}
.TagClassName
{
border-color: #46614A;
}
</style>