Shades of Nandor #4A654C
Tints of Nandor #4A654C
RGB
CMYK
RGB Variations
Color information
#4A654C (or 0x4A654C) is known color: Nandor. HEX triplet: 4A, 65 and 4C. RGB value is (74,101,76). Sum of RGB (Red+Green+Blue) = 74+101+76=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #4A654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A654C is #B59AB3. Grayscale: #5A5A5A. Windows color (decimal): -11901620 or 5006666. OLE color: 5006666.
HSL color Cylindrical-coordinate representation of color #4A654C: hue angle of 124.44º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A654C is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 101 | 76 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.60 |
| HSL | 124.44º | 0.15% | 0.34% | - |
| HSV(B) | 124.44º | 0.27% | 0.4% | - |
| XYZ | 8.78 | 11.29 | 8.55 | - |
| YUV | 90.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 76 | 0.27 | 0 | 0.25 | 0.60 | 124.44 | 0.15 | 0.34 |
| Hex | 4A | 65 | 4C | 1B | 0 | 19 | 3C | 7C | F | 22 |
| Octal | 112 | 145 | 114 | 33 | 0 | 31 | 74 | 174 | 17 | 42 |
| Binary | 1001010 | 1100101 | 1001100 | 11011 | 0 | 11001 | 111100 | 1111100 | 1111 | 100010 |
Color Harmonies of #4A654C
Complementary color
Monochromatic Colors of #4A654C
Black with #4A654C
Text Example
Text Example
White with #4A654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A654C; }
p { color: rgb(74,101,76); }
H1.HeaderClassName
{
color: #4A654C;
}
.AnyTagClassName
{
color: #4A654C;
}
</style>
background-color css
<style>
a { background-color: #4A654C; }
a { background-color: rgb(74,101,76); }
div.DivClassName
{
background-color: #4A654C;
}
.BgClassName
{
background-color: #4A654C;
}
</style>
border-color css
<style>
span { border-color: #4A654C; }
span { border-color: rgb(74,101,76); }
td.TdClassName
{
border-color: #4A654C;
}
.TagClassName
{
border-color: #4A654C;
}
</style>