Shades of Nandor #46664A
Tints of Nandor #46664A
RGB
CMYK
RGB Variations
Color information
#46664A (or 0x46664A) is known color: Nandor. HEX triplet: 46, 66 and 4A. RGB value is (70,102,74). Sum of RGB (Red+Green+Blue) = 70+102+74=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #46664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46664A is #B999B5. Grayscale: #595959. Windows color (decimal): -12163510 or 4875846. OLE color: 4875846.
HSL color Cylindrical-coordinate representation of color #46664A: hue angle of 127.5º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #46664A is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 102 | 74 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.6 |
| HSL | 127.5º | 0.19% | 0.34% | - |
| HSV(B) | 127.5º | 0.31% | 0.4% | - |
| XYZ | 8.51 | 11.3 | 8.21 | - |
| YUV | 89.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 74 | 0.31 | 0 | 0.27 | 0.6 | 127.5 | 0.19 | 0.34 |
| Hex | 46 | 66 | 4A | 1F | 0 | 1B | 3C | 80 | 13 | 22 |
| Octal | 106 | 146 | 112 | 37 | 0 | 33 | 74 | 200 | 23 | 42 |
| Binary | 1000110 | 1100110 | 1001010 | 11111 | 0 | 11011 | 111100 | 10000000 | 10011 | 100010 |
Color Harmonies of #46664A
Complementary color
Monochromatic Colors of #46664A
Black with #46664A
Text Example
Text Example
White with #46664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46664A; }
p { color: rgb(70,102,74); }
H1.HeaderClassName
{
color: #46664A;
}
.AnyTagClassName
{
color: #46664A;
}
</style>
background-color css
<style>
a { background-color: #46664A; }
a { background-color: rgb(70,102,74); }
div.DivClassName
{
background-color: #46664A;
}
.BgClassName
{
background-color: #46664A;
}
</style>
border-color css
<style>
span { border-color: #46664A; }
span { border-color: rgb(70,102,74); }
td.TdClassName
{
border-color: #46664A;
}
.TagClassName
{
border-color: #46664A;
}
</style>