Shades of Nandor #4A594B
Tints of Nandor #4A594B
RGB
CMYK
RGB Variations
Color information
#4A594B (or 0x4A594B) is known color: Nandor. HEX triplet: 4A, 59 and 4B. RGB value is (74,89,75). Sum of RGB (Red+Green+Blue) = 74+89+75=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #4A594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A594B is #B5A6B4. Grayscale: #525252. Windows color (decimal): -11904693 or 4938058. OLE color: 4938058.
HSL color Cylindrical-coordinate representation of color #4A594B: hue angle of 124º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4A594B is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 75 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.65 |
| HSL | 124º | 0.09% | 0.32% | - |
| HSV(B) | 124º | 0.17% | 0.35% | - |
| XYZ | 7.67 | 9.11 | 8.01 | - |
| YUV | 82.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 75 | 0.17 | 0 | 0.16 | 0.65 | 124 | 0.09 | 0.32 |
| Hex | 4A | 59 | 4B | 11 | 0 | 10 | 41 | 7C | 9 | 20 |
| Octal | 112 | 131 | 113 | 21 | 0 | 20 | 101 | 174 | 11 | 40 |
| Binary | 1001010 | 1011001 | 1001011 | 10001 | 0 | 10000 | 1000001 | 1111100 | 1001 | 100000 |
Color Harmonies of #4A594B
Complementary color
Monochromatic Colors of #4A594B
Black with #4A594B
Text Example
Text Example
White with #4A594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A594B; }
p { color: rgb(74,89,75); }
H1.HeaderClassName
{
color: #4A594B;
}
.AnyTagClassName
{
color: #4A594B;
}
</style>
background-color css
<style>
a { background-color: #4A594B; }
a { background-color: rgb(74,89,75); }
div.DivClassName
{
background-color: #4A594B;
}
.BgClassName
{
background-color: #4A594B;
}
</style>
border-color css
<style>
span { border-color: #4A594B; }
span { border-color: rgb(74,89,75); }
td.TdClassName
{
border-color: #4A594B;
}
.TagClassName
{
border-color: #4A594B;
}
</style>