Shades of Nandor #465A49
Tints of Nandor #465A49
RGB
CMYK
RGB Variations
Color information
#465A49 (or 0x465A49) is known color: Nandor. HEX triplet: 46, 5A and 49. RGB value is (70,90,73). Sum of RGB (Red+Green+Blue) = 70+90+73=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #465A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A49 is #B9A5B6. Grayscale: #525252. Windows color (decimal): -12166583 or 4807238. OLE color: 4807238.
HSL color Cylindrical-coordinate representation of color #465A49: hue angle of 129º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #465A49 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 73 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.65 |
| HSL | 129º | 0.13% | 0.31% | - |
| HSV(B) | 129º | 0.22% | 0.35% | - |
| XYZ | 7.38 | 9.1 | 7.67 | - |
| YUV | 82.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 73 | 0.22 | 0 | 0.19 | 0.65 | 129 | 0.13 | 0.31 |
| Hex | 46 | 5A | 49 | 16 | 0 | 13 | 41 | 81 | C | 1F |
| Octal | 106 | 132 | 111 | 26 | 0 | 23 | 101 | 201 | 14 | 37 |
| Binary | 1000110 | 1011010 | 1001001 | 10110 | 0 | 10011 | 1000001 | 10000001 | 1100 | 11111 |
Color Harmonies of #465A49
Complementary color
Monochromatic Colors of #465A49
Black with #465A49
Text Example
Text Example
White with #465A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A49; }
p { color: rgb(70,90,73); }
H1.HeaderClassName
{
color: #465A49;
}
.AnyTagClassName
{
color: #465A49;
}
</style>
background-color css
<style>
a { background-color: #465A49; }
a { background-color: rgb(70,90,73); }
div.DivClassName
{
background-color: #465A49;
}
.BgClassName
{
background-color: #465A49;
}
</style>
border-color css
<style>
span { border-color: #465A49; }
span { border-color: rgb(70,90,73); }
td.TdClassName
{
border-color: #465A49;
}
.TagClassName
{
border-color: #465A49;
}
</style>