Shades of Nandor #4A584C
Tints of Nandor #4A584C
RGB
CMYK
RGB Variations
Color information
#4A584C (or 0x4A584C) is known color: Nandor. HEX triplet: 4A, 58 and 4C. RGB value is (74,88,76). Sum of RGB (Red+Green+Blue) = 74+88+76=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #4A584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A584C is #B5A7B3. Grayscale: #525252. Windows color (decimal): -11904948 or 5003338. OLE color: 5003338.
HSL color Cylindrical-coordinate representation of color #4A584C: hue angle of 128.57º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A584C is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 88 | 76 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.65 |
| HSL | 128.57º | 0.09% | 0.32% | - |
| HSV(B) | 128.57º | 0.16% | 0.35% | - |
| XYZ | 7.62 | 8.96 | 8.16 | - |
| YUV | 82.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 76 | 0.16 | 0 | 0.14 | 0.65 | 128.57 | 0.09 | 0.32 |
| Hex | 4A | 58 | 4C | 10 | 0 | E | 41 | 81 | 9 | 20 |
| Octal | 112 | 130 | 114 | 20 | 0 | 16 | 101 | 201 | 11 | 40 |
| Binary | 1001010 | 1011000 | 1001100 | 10000 | 0 | 1110 | 1000001 | 10000001 | 1001 | 100000 |
Color Harmonies of #4A584C
Complementary color
Monochromatic Colors of #4A584C
Black with #4A584C
Text Example
Text Example
White with #4A584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A584C; }
p { color: rgb(74,88,76); }
H1.HeaderClassName
{
color: #4A584C;
}
.AnyTagClassName
{
color: #4A584C;
}
</style>
background-color css
<style>
a { background-color: #4A584C; }
a { background-color: rgb(74,88,76); }
div.DivClassName
{
background-color: #4A584C;
}
.BgClassName
{
background-color: #4A584C;
}
</style>
border-color css
<style>
span { border-color: #4A584C; }
span { border-color: rgb(74,88,76); }
td.TdClassName
{
border-color: #4A584C;
}
.TagClassName
{
border-color: #4A584C;
}
</style>