Shades of Nandor #4C674A
Tints of Nandor #4C674A
RGB
CMYK
RGB Variations
Color information
#4C674A (or 0x4C674A) is known color: Nandor. HEX triplet: 4C, 67 and 4A. RGB value is (76,103,74). Sum of RGB (Red+Green+Blue) = 76+103+74=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 103 - color contains mainly: green. Hex color #4C674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C674A is #B398B5. Grayscale: #5B5B5B. Windows color (decimal): -11770038 or 4876108. OLE color: 4876108.
HSL color Cylindrical-coordinate representation of color #4C674A: hue angle of 115.86º 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 #4C674A is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 103 | 74 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.60 |
| HSL | 115.86º | 0.16% | 0.35% | - |
| HSV(B) | 115.86º | 0.28% | 0.4% | - |
| XYZ | 9.07 | 11.73 | 8.27 | - |
| YUV | 91.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 74 | 0.26 | 0 | 0.28 | 0.60 | 115.86 | 0.16 | 0.35 |
| Hex | 4C | 67 | 4A | 1A | 0 | 1C | 3C | 74 | 10 | 23 |
| Octal | 114 | 147 | 112 | 32 | 0 | 34 | 74 | 164 | 20 | 43 |
| Binary | 1001100 | 1100111 | 1001010 | 11010 | 0 | 11100 | 111100 | 1110100 | 10000 | 100011 |
Color Harmonies of #4C674A
Complementary color
Monochromatic Colors of #4C674A
Black with #4C674A
Text Example
Text Example
White with #4C674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C674A; }
p { color: rgb(76,103,74); }
H1.HeaderClassName
{
color: #4C674A;
}
.AnyTagClassName
{
color: #4C674A;
}
</style>
background-color css
<style>
a { background-color: #4C674A; }
a { background-color: rgb(76,103,74); }
div.DivClassName
{
background-color: #4C674A;
}
.BgClassName
{
background-color: #4C674A;
}
</style>
border-color css
<style>
span { border-color: #4C674A; }
span { border-color: rgb(76,103,74); }
td.TdClassName
{
border-color: #4C674A;
}
.TagClassName
{
border-color: #4C674A;
}
</style>