Shades of Nandor #4A664B
Tints of Nandor #4A664B
RGB
CMYK
RGB Variations
Color information
#4A664B (or 0x4A664B) is known color: Nandor. HEX triplet: 4A, 66 and 4B. RGB value is (74,102,75). Sum of RGB (Red+Green+Blue) = 74+102+75=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 102 - color contains mainly: green. Hex color #4A664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A664B is #B599B4. Grayscale: #5A5A5A. Windows color (decimal): -11901365 or 4941386. OLE color: 4941386.
HSL color Cylindrical-coordinate representation of color #4A664B: hue angle of 122.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A664B is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 74 | 102 | 75 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.6 |
| HSL | 122.14º | 0.16% | 0.35% | - |
| HSV(B) | 122.14º | 0.27% | 0.4% | - |
| XYZ | 8.85 | 11.47 | 8.4 | - |
| YUV | 90.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 75 | 0.27 | 0 | 0.26 | 0.6 | 122.14 | 0.16 | 0.35 |
| Hex | 4A | 66 | 4B | 1B | 0 | 1A | 3C | 7A | 10 | 23 |
| Octal | 112 | 146 | 113 | 33 | 0 | 32 | 74 | 172 | 20 | 43 |
| Binary | 1001010 | 1100110 | 1001011 | 11011 | 0 | 11010 | 111100 | 1111010 | 10000 | 100011 |
Color Harmonies of #4A664B
Complementary color
Monochromatic Colors of #4A664B
Black with #4A664B
Text Example
Text Example
White with #4A664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A664B; }
p { color: rgb(74,102,75); }
H1.HeaderClassName
{
color: #4A664B;
}
.AnyTagClassName
{
color: #4A664B;
}
</style>
background-color css
<style>
a { background-color: #4A664B; }
a { background-color: rgb(74,102,75); }
div.DivClassName
{
background-color: #4A664B;
}
.BgClassName
{
background-color: #4A664B;
}
</style>
border-color css
<style>
span { border-color: #4A664B; }
span { border-color: rgb(74,102,75); }
td.TdClassName
{
border-color: #4A664B;
}
.TagClassName
{
border-color: #4A664B;
}
</style>