Shades of Nandor #465B49
Tints of Nandor #465B49
RGB
CMYK
RGB Variations
Color information
#465B49 (or 0x465B49) is known color: Nandor. HEX triplet: 46, 5B and 49. RGB value is (70,91,73). Sum of RGB (Red+Green+Blue) = 70+91+73=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #465B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B49 is #B9A4B6. Grayscale: #525252. Windows color (decimal): -12166327 or 4807494. OLE color: 4807494.
HSL color Cylindrical-coordinate representation of color #465B49: hue angle of 128.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465B49 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 73 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.64 |
| HSL | 128.57º | 0.13% | 0.32% | - |
| HSV(B) | 128.57º | 0.23% | 0.36% | - |
| XYZ | 7.47 | 9.27 | 7.7 | - |
| YUV | 82.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 73 | 0.23 | 0 | 0.20 | 0.64 | 128.57 | 0.13 | 0.32 |
| Hex | 46 | 5B | 49 | 17 | 0 | 14 | 40 | 81 | D | 20 |
| Octal | 106 | 133 | 111 | 27 | 0 | 24 | 100 | 201 | 15 | 40 |
| Binary | 1000110 | 1011011 | 1001001 | 10111 | 0 | 10100 | 1000000 | 10000001 | 1101 | 100000 |
Color Harmonies of #465B49
Complementary color
Monochromatic Colors of #465B49
Black with #465B49
Text Example
Text Example
White with #465B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B49; }
p { color: rgb(70,91,73); }
H1.HeaderClassName
{
color: #465B49;
}
.AnyTagClassName
{
color: #465B49;
}
</style>
background-color css
<style>
a { background-color: #465B49; }
a { background-color: rgb(70,91,73); }
div.DivClassName
{
background-color: #465B49;
}
.BgClassName
{
background-color: #465B49;
}
</style>
border-color css
<style>
span { border-color: #465B49; }
span { border-color: rgb(70,91,73); }
td.TdClassName
{
border-color: #465B49;
}
.TagClassName
{
border-color: #465B49;
}
</style>