Shades of Nandor #4A634D
Tints of Nandor #4A634D
RGB
CMYK
RGB Variations
Color information
#4A634D (or 0x4A634D) is known color: Nandor. HEX triplet: 4A, 63 and 4D. RGB value is (74,99,77). Sum of RGB (Red+Green+Blue) = 74+99+77=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #4A634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A634D is #B59CB2. Grayscale: #595959. Windows color (decimal): -11902131 or 5071690. OLE color: 5071690.
HSL color Cylindrical-coordinate representation of color #4A634D: hue angle of 127.2º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4A634D is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 99 | 77 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.61 |
| HSL | 127.2º | 0.14% | 0.34% | - |
| HSV(B) | 127.2º | 0.25% | 0.39% | - |
| XYZ | 8.63 | 10.92 | 8.67 | - |
| YUV | 89.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 77 | 0.25 | 0 | 0.22 | 0.61 | 127.2 | 0.14 | 0.34 |
| Hex | 4A | 63 | 4D | 19 | 0 | 16 | 3D | 7F | E | 22 |
| Octal | 112 | 143 | 115 | 31 | 0 | 26 | 75 | 177 | 16 | 42 |
| Binary | 1001010 | 1100011 | 1001101 | 11001 | 0 | 10110 | 111101 | 1111111 | 1110 | 100010 |
Color Harmonies of #4A634D
Complementary color
Monochromatic Colors of #4A634D
Black with #4A634D
Text Example
Text Example
White with #4A634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A634D; }
p { color: rgb(74,99,77); }
H1.HeaderClassName
{
color: #4A634D;
}
.AnyTagClassName
{
color: #4A634D;
}
</style>
background-color css
<style>
a { background-color: #4A634D; }
a { background-color: rgb(74,99,77); }
div.DivClassName
{
background-color: #4A634D;
}
.BgClassName
{
background-color: #4A634D;
}
</style>
border-color css
<style>
span { border-color: #4A634D; }
span { border-color: rgb(74,99,77); }
td.TdClassName
{
border-color: #4A634D;
}
.TagClassName
{
border-color: #4A634D;
}
</style>