Shades of Nandor #4B5A4B
Tints of Nandor #4B5A4B
RGB
CMYK
RGB Variations
Color information
#4B5A4B (or 0x4B5A4B) is known color: Nandor. HEX triplet: 4B, 5A and 4B. RGB value is (75,90,75). Sum of RGB (Red+Green+Blue) = 75+90+75=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A4B is #B4A5B4. Grayscale: #535353. Windows color (decimal): -11838901 or 4938315. OLE color: 4938315.
HSL color Cylindrical-coordinate representation of color #4B5A4B: hue angle of 120º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4B5A4B is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 90 | 75 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.65 |
| HSL | 120º | 0.09% | 0.32% | - |
| HSV(B) | 120º | 0.17% | 0.35% | - |
| XYZ | 7.83 | 9.32 | 8.04 | - |
| YUV | 83.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 75 | 0.17 | 0 | 0.17 | 0.65 | 120 | 0.09 | 0.32 |
| Hex | 4B | 5A | 4B | 11 | 0 | 11 | 41 | 78 | 9 | 20 |
| Octal | 113 | 132 | 113 | 21 | 0 | 21 | 101 | 170 | 11 | 40 |
| Binary | 1001011 | 1011010 | 1001011 | 10001 | 0 | 10001 | 1000001 | 1111000 | 1001 | 100000 |
Color Harmonies of #4B5A4B
Complementary color
Monochromatic Colors of #4B5A4B
Black with #4B5A4B
Text Example
Text Example
White with #4B5A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5A4B; }
p { color: rgb(75,90,75); }
H1.HeaderClassName
{
color: #4B5A4B;
}
.AnyTagClassName
{
color: #4B5A4B;
}
</style>
background-color css
<style>
a { background-color: #4B5A4B; }
a { background-color: rgb(75,90,75); }
div.DivClassName
{
background-color: #4B5A4B;
}
.BgClassName
{
background-color: #4B5A4B;
}
</style>
border-color css
<style>
span { border-color: #4B5A4B; }
span { border-color: rgb(75,90,75); }
td.TdClassName
{
border-color: #4B5A4B;
}
.TagClassName
{
border-color: #4B5A4B;
}
</style>