Shades of Nandor #4A524B
Tints of Nandor #4A524B
RGB
CMYK
RGB Variations
Color information
#4A524B (or 0x4A524B) is known color: Nandor. HEX triplet: 4A, 52 and 4B. RGB value is (74,82,75). Sum of RGB (Red+Green+Blue) = 74+82+75=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 82 - color contains mainly: green. Hex color #4A524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A524B is #B5ADB4. Grayscale: #4E4E4E. Windows color (decimal): -11906485 or 4936266. OLE color: 4936266.
HSL color Cylindrical-coordinate representation of color #4A524B: hue angle of 127.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4A524B is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 82 | 75 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.68 |
| HSL | 127.5º | 0.05% | 0.31% | - |
| HSV(B) | 127.5º | 0.1% | 0.32% | - |
| XYZ | 7.11 | 8 | 7.83 | - |
| YUV | 78.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 75 | 0.10 | 0 | 0.09 | 0.68 | 127.5 | 0.05 | 0.31 |
| Hex | 4A | 52 | 4B | A | 0 | 9 | 44 | 80 | 5 | 1F |
| Octal | 112 | 122 | 113 | 12 | 0 | 11 | 104 | 200 | 5 | 37 |
| Binary | 1001010 | 1010010 | 1001011 | 1010 | 0 | 1001 | 1000100 | 10000000 | 101 | 11111 |
Color Harmonies of #4A524B
Complementary color
Monochromatic Colors of #4A524B
Black with #4A524B
Text Example
Text Example
White with #4A524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A524B; }
p { color: rgb(74,82,75); }
H1.HeaderClassName
{
color: #4A524B;
}
.AnyTagClassName
{
color: #4A524B;
}
</style>
background-color css
<style>
a { background-color: #4A524B; }
a { background-color: rgb(74,82,75); }
div.DivClassName
{
background-color: #4A524B;
}
.BgClassName
{
background-color: #4A524B;
}
</style>
border-color css
<style>
span { border-color: #4A524B; }
span { border-color: rgb(74,82,75); }
td.TdClassName
{
border-color: #4A524B;
}
.TagClassName
{
border-color: #4A524B;
}
</style>