Shades of Nandor #4A674D
Tints of Nandor #4A674D
RGB
CMYK
RGB Variations
Color information
#4A674D (or 0x4A674D) is known color: Nandor. HEX triplet: 4A, 67 and 4D. RGB value is (74,103,77). Sum of RGB (Red+Green+Blue) = 74+103+77=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #4A674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A674D is #B598B2. Grayscale: #5B5B5B. Windows color (decimal): -11901107 or 5072714. OLE color: 5072714.
HSL color Cylindrical-coordinate representation of color #4A674D: hue angle of 126.21º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A674D is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 103 | 77 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.60 |
| HSL | 126.21º | 0.16% | 0.35% | - |
| HSV(B) | 126.21º | 0.28% | 0.4% | - |
| XYZ | 9.01 | 11.69 | 8.8 | - |
| YUV | 91.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 103 | 77 | 0.28 | 0 | 0.25 | 0.60 | 126.21 | 0.16 | 0.35 |
| Hex | 4A | 67 | 4D | 1C | 0 | 19 | 3C | 7E | 10 | 23 |
| Octal | 112 | 147 | 115 | 34 | 0 | 31 | 74 | 176 | 20 | 43 |
| Binary | 1001010 | 1100111 | 1001101 | 11100 | 0 | 11001 | 111100 | 1111110 | 10000 | 100011 |
Color Harmonies of #4A674D
Complementary color
Monochromatic Colors of #4A674D
Black with #4A674D
Text Example
Text Example
White with #4A674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A674D; }
p { color: rgb(74,103,77); }
H1.HeaderClassName
{
color: #4A674D;
}
.AnyTagClassName
{
color: #4A674D;
}
</style>
background-color css
<style>
a { background-color: #4A674D; }
a { background-color: rgb(74,103,77); }
div.DivClassName
{
background-color: #4A674D;
}
.BgClassName
{
background-color: #4A674D;
}
</style>
border-color css
<style>
span { border-color: #4A674D; }
span { border-color: rgb(74,103,77); }
td.TdClassName
{
border-color: #4A674D;
}
.TagClassName
{
border-color: #4A674D;
}
</style>