Shades of Nandor #4A644C
Tints of Nandor #4A644C
RGB
CMYK
RGB Variations
Color information
#4A644C (or 0x4A644C) is known color: Nandor. HEX triplet: 4A, 64 and 4C. RGB value is (74,100,76). Sum of RGB (Red+Green+Blue) = 74+100+76=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #4A644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A644C is #B59BB3. Grayscale: #595959. Windows color (decimal): -11901876 or 5006410. OLE color: 5006410.
HSL color Cylindrical-coordinate representation of color #4A644C: hue angle of 124.62º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A644C is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 100 | 76 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.61 |
| HSL | 124.62º | 0.15% | 0.34% | - |
| HSV(B) | 124.62º | 0.26% | 0.39% | - |
| XYZ | 8.69 | 11.09 | 8.52 | - |
| YUV | 89.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 76 | 0.26 | 0 | 0.24 | 0.61 | 124.62 | 0.15 | 0.34 |
| Hex | 4A | 64 | 4C | 1A | 0 | 18 | 3D | 7D | F | 22 |
| Octal | 112 | 144 | 114 | 32 | 0 | 30 | 75 | 175 | 17 | 42 |
| Binary | 1001010 | 1100100 | 1001100 | 11010 | 0 | 11000 | 111101 | 1111101 | 1111 | 100010 |
Color Harmonies of #4A644C
Complementary color
Monochromatic Colors of #4A644C
Black with #4A644C
Text Example
Text Example
White with #4A644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A644C; }
p { color: rgb(74,100,76); }
H1.HeaderClassName
{
color: #4A644C;
}
.AnyTagClassName
{
color: #4A644C;
}
</style>
background-color css
<style>
a { background-color: #4A644C; }
a { background-color: rgb(74,100,76); }
div.DivClassName
{
background-color: #4A644C;
}
.BgClassName
{
background-color: #4A644C;
}
</style>
border-color css
<style>
span { border-color: #4A644C; }
span { border-color: rgb(74,100,76); }
td.TdClassName
{
border-color: #4A644C;
}
.TagClassName
{
border-color: #4A644C;
}
</style>