Shades of Nandor #4A5F4D
Tints of Nandor #4A5F4D
RGB
CMYK
RGB Variations
Color information
#4A5F4D (or 0x4A5F4D) is known color: Nandor. HEX triplet: 4A, 5F and 4D. RGB value is (74,95,77). Sum of RGB (Red+Green+Blue) = 74+95+77=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #4A5F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5F4D is #B5A0B2. Grayscale: #565656. Windows color (decimal): -11903155 or 5070666. OLE color: 5070666.
HSL color Cylindrical-coordinate representation of color #4A5F4D: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A5F4D is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 95 | 77 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.63 |
| HSL | 128.57º | 0.12% | 0.33% | - |
| HSV(B) | 128.57º | 0.22% | 0.37% | - |
| XYZ | 8.26 | 10.18 | 8.55 | - |
| YUV | 86.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 95 | 77 | 0.22 | 0 | 0.19 | 0.63 | 128.57 | 0.12 | 0.33 |
| Hex | 4A | 5F | 4D | 16 | 0 | 13 | 3F | 81 | C | 21 |
| Octal | 112 | 137 | 115 | 26 | 0 | 23 | 77 | 201 | 14 | 41 |
| Binary | 1001010 | 1011111 | 1001101 | 10110 | 0 | 10011 | 111111 | 10000001 | 1100 | 100001 |
Color Harmonies of #4A5F4D
Complementary color
Monochromatic Colors of #4A5F4D
Black with #4A5F4D
Text Example
Text Example
White with #4A5F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5F4D; }
p { color: rgb(74,95,77); }
H1.HeaderClassName
{
color: #4A5F4D;
}
.AnyTagClassName
{
color: #4A5F4D;
}
</style>
background-color css
<style>
a { background-color: #4A5F4D; }
a { background-color: rgb(74,95,77); }
div.DivClassName
{
background-color: #4A5F4D;
}
.BgClassName
{
background-color: #4A5F4D;
}
</style>
border-color css
<style>
span { border-color: #4A5F4D; }
span { border-color: rgb(74,95,77); }
td.TdClassName
{
border-color: #4A5F4D;
}
.TagClassName
{
border-color: #4A5F4D;
}
</style>