Shades of Nandor #466848
Tints of Nandor #466848
RGB
CMYK
RGB Variations
Color information
#466848 (or 0x466848) is known color: Nandor. HEX triplet: 46, 68 and 48. RGB value is (70,104,72). Sum of RGB (Red+Green+Blue) = 70+104+72=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #466848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466848 is #B997B7. Grayscale: #5A5A5A. Windows color (decimal): -12163000 or 4745286. OLE color: 4745286.
HSL color Cylindrical-coordinate representation of color #466848: hue angle of 123.53º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466848 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 104 | 72 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.59 |
| HSL | 123.53º | 0.2% | 0.34% | - |
| HSV(B) | 123.53º | 0.33% | 0.41% | - |
| XYZ | 8.65 | 11.67 | 7.93 | - |
| YUV | 90.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 72 | 0.33 | 0 | 0.31 | 0.59 | 123.53 | 0.2 | 0.34 |
| Hex | 46 | 68 | 48 | 21 | 0 | 1F | 3B | 7C | 14 | 22 |
| Octal | 106 | 150 | 110 | 41 | 0 | 37 | 73 | 174 | 24 | 42 |
| Binary | 1000110 | 1101000 | 1001000 | 100001 | 0 | 11111 | 111011 | 1111100 | 10100 | 100010 |
Color Harmonies of #466848
Complementary color
Monochromatic Colors of #466848
Black with #466848
Text Example
Text Example
White with #466848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466848; }
p { color: rgb(70,104,72); }
H1.HeaderClassName
{
color: #466848;
}
.AnyTagClassName
{
color: #466848;
}
</style>
background-color css
<style>
a { background-color: #466848; }
a { background-color: rgb(70,104,72); }
div.DivClassName
{
background-color: #466848;
}
.BgClassName
{
background-color: #466848;
}
</style>
border-color css
<style>
span { border-color: #466848; }
span { border-color: rgb(70,104,72); }
td.TdClassName
{
border-color: #466848;
}
.TagClassName
{
border-color: #466848;
}
</style>