Shades of Nandor #4A564C
Tints of Nandor #4A564C
RGB
CMYK
RGB Variations
Color information
#4A564C (or 0x4A564C) is known color: Nandor. HEX triplet: 4A, 56 and 4C. RGB value is (74,86,76). Sum of RGB (Red+Green+Blue) = 74+86+76=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 86 - color contains mainly: green. Hex color #4A564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A564C is #B5A9B3. Grayscale: #515151. Windows color (decimal): -11905460 or 5002826. OLE color: 5002826.
HSL color Cylindrical-coordinate representation of color #4A564C: hue angle of 130º 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 #4A564C is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 86 | 76 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.66 |
| HSL | 130º | 0.08% | 0.31% | - |
| HSV(B) | 130º | 0.14% | 0.34% | - |
| XYZ | 7.46 | 8.63 | 8.11 | - |
| YUV | 81.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 76 | 0.14 | 0 | 0.12 | 0.66 | 130 | 0.08 | 0.31 |
| Hex | 4A | 56 | 4C | E | 0 | C | 42 | 82 | 8 | 1F |
| Octal | 112 | 126 | 114 | 16 | 0 | 14 | 102 | 202 | 10 | 37 |
| Binary | 1001010 | 1010110 | 1001100 | 1110 | 0 | 1100 | 1000010 | 10000010 | 1000 | 11111 |
Color Harmonies of #4A564C
Complementary color
Monochromatic Colors of #4A564C
Black with #4A564C
Text Example
Text Example
White with #4A564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A564C; }
p { color: rgb(74,86,76); }
H1.HeaderClassName
{
color: #4A564C;
}
.AnyTagClassName
{
color: #4A564C;
}
</style>
background-color css
<style>
a { background-color: #4A564C; }
a { background-color: rgb(74,86,76); }
div.DivClassName
{
background-color: #4A564C;
}
.BgClassName
{
background-color: #4A564C;
}
</style>
border-color css
<style>
span { border-color: #4A564C; }
span { border-color: rgb(74,86,76); }
td.TdClassName
{
border-color: #4A564C;
}
.TagClassName
{
border-color: #4A564C;
}
</style>