Shades of Nandor #4A654B
Tints of Nandor #4A654B
RGB
CMYK
RGB Variations
Color information
#4A654B (or 0x4A654B) is known color: Nandor. HEX triplet: 4A, 65 and 4B. RGB value is (74,101,75). Sum of RGB (Red+Green+Blue) = 74+101+75=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #4A654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A654B is #B59AB4. Grayscale: #5A5A5A. Windows color (decimal): -11901621 or 4941130. OLE color: 4941130.
HSL color Cylindrical-coordinate representation of color #4A654B: hue angle of 122.22º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A654B is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 101 | 75 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.60 |
| HSL | 122.22º | 0.15% | 0.34% | - |
| HSV(B) | 122.22º | 0.27% | 0.4% | - |
| XYZ | 8.75 | 11.27 | 8.37 | - |
| YUV | 89.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 75 | 0.27 | 0 | 0.26 | 0.60 | 122.22 | 0.15 | 0.34 |
| Hex | 4A | 65 | 4B | 1B | 0 | 1A | 3C | 7A | F | 22 |
| Octal | 112 | 145 | 113 | 33 | 0 | 32 | 74 | 172 | 17 | 42 |
| Binary | 1001010 | 1100101 | 1001011 | 11011 | 0 | 11010 | 111100 | 1111010 | 1111 | 100010 |
Color Harmonies of #4A654B
Complementary color
Monochromatic Colors of #4A654B
Black with #4A654B
Text Example
Text Example
White with #4A654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A654B; }
p { color: rgb(74,101,75); }
H1.HeaderClassName
{
color: #4A654B;
}
.AnyTagClassName
{
color: #4A654B;
}
</style>
background-color css
<style>
a { background-color: #4A654B; }
a { background-color: rgb(74,101,75); }
div.DivClassName
{
background-color: #4A654B;
}
.BgClassName
{
background-color: #4A654B;
}
</style>
border-color css
<style>
span { border-color: #4A654B; }
span { border-color: rgb(74,101,75); }
td.TdClassName
{
border-color: #4A654B;
}
.TagClassName
{
border-color: #4A654B;
}
</style>