Shades of Nandor #465E4A
Tints of Nandor #465E4A
RGB
CMYK
RGB Variations
Color information
#465E4A (or 0x465E4A) is known color: Nandor. HEX triplet: 46, 5E and 4A. RGB value is (70,94,74). Sum of RGB (Red+Green+Blue) = 70+94+74=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 94 - color contains mainly: green. Hex color #465E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465E4A is #B9A1B5. Grayscale: #545454. Windows color (decimal): -12165558 or 4873798. OLE color: 4873798.
HSL color Cylindrical-coordinate representation of color #465E4A: hue angle of 130º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465E4A is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 94 | 74 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.63 |
| HSL | 130º | 0.15% | 0.32% | - |
| HSV(B) | 130º | 0.26% | 0.37% | - |
| XYZ | 7.76 | 9.8 | 7.96 | - |
| YUV | 84.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 74 | 0.26 | 0 | 0.21 | 0.63 | 130 | 0.15 | 0.32 |
| Hex | 46 | 5E | 4A | 1A | 0 | 15 | 3F | 82 | F | 20 |
| Octal | 106 | 136 | 112 | 32 | 0 | 25 | 77 | 202 | 17 | 40 |
| Binary | 1000110 | 1011110 | 1001010 | 11010 | 0 | 10101 | 111111 | 10000010 | 1111 | 100000 |
Color Harmonies of #465E4A
Complementary color
Monochromatic Colors of #465E4A
Black with #465E4A
Text Example
Text Example
White with #465E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E4A; }
p { color: rgb(70,94,74); }
H1.HeaderClassName
{
color: #465E4A;
}
.AnyTagClassName
{
color: #465E4A;
}
</style>
background-color css
<style>
a { background-color: #465E4A; }
a { background-color: rgb(70,94,74); }
div.DivClassName
{
background-color: #465E4A;
}
.BgClassName
{
background-color: #465E4A;
}
</style>
border-color css
<style>
span { border-color: #465E4A; }
span { border-color: rgb(70,94,74); }
td.TdClassName
{
border-color: #465E4A;
}
.TagClassName
{
border-color: #465E4A;
}
</style>