Shades of Nandor #4A564B
Tints of Nandor #4A564B
RGB
CMYK
RGB Variations
Color information
#4A564B (or 0x4A564B) is known color: Nandor. HEX triplet: 4A, 56 and 4B. RGB value is (74,86,75). Sum of RGB (Red+Green+Blue) = 74+86+75=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 86 - color contains mainly: green. Hex color #4A564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A564B is #B5A9B4. Grayscale: #515151. Windows color (decimal): -11905461 or 4937290. OLE color: 4937290.
HSL color Cylindrical-coordinate representation of color #4A564B: hue angle of 125º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A564B is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 86 | 75 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.66 |
| HSL | 125º | 0.08% | 0.31% | - |
| HSV(B) | 125º | 0.14% | 0.34% | - |
| XYZ | 7.42 | 8.62 | 7.93 | - |
| YUV | 81.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 75 | 0.14 | 0 | 0.13 | 0.66 | 125 | 0.08 | 0.31 |
| Hex | 4A | 56 | 4B | E | 0 | D | 42 | 7D | 8 | 1F |
| Octal | 112 | 126 | 113 | 16 | 0 | 15 | 102 | 175 | 10 | 37 |
| Binary | 1001010 | 1010110 | 1001011 | 1110 | 0 | 1101 | 1000010 | 1111101 | 1000 | 11111 |
Color Harmonies of #4A564B
Complementary color
Monochromatic Colors of #4A564B
Black with #4A564B
Text Example
Text Example
White with #4A564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A564B; }
p { color: rgb(74,86,75); }
H1.HeaderClassName
{
color: #4A564B;
}
.AnyTagClassName
{
color: #4A564B;
}
</style>
background-color css
<style>
a { background-color: #4A564B; }
a { background-color: rgb(74,86,75); }
div.DivClassName
{
background-color: #4A564B;
}
.BgClassName
{
background-color: #4A564B;
}
</style>
border-color css
<style>
span { border-color: #4A564B; }
span { border-color: rgb(74,86,75); }
td.TdClassName
{
border-color: #4A564B;
}
.TagClassName
{
border-color: #4A564B;
}
</style>