Shades of Nandor #4B584B
Tints of Nandor #4B584B
RGB
CMYK
RGB Variations
Color information
#4B584B (or 0x4B584B) is known color: Nandor. HEX triplet: 4B, 58 and 4B. RGB value is (75,88,75). Sum of RGB (Red+Green+Blue) = 75+88+75=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #4B584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B584B is #B4A7B4. Grayscale: #525252. Windows color (decimal): -11839413 or 4937803. OLE color: 4937803.
HSL color Cylindrical-coordinate representation of color #4B584B: hue angle of 120º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B584B is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 88 | 75 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.65 |
| HSL | 120º | 0.08% | 0.32% | - |
| HSV(B) | 120º | 0.15% | 0.35% | - |
| XYZ | 7.66 | 8.98 | 7.99 | - |
| YUV | 82.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 88 | 75 | 0.15 | 0 | 0.15 | 0.65 | 120 | 0.08 | 0.32 |
| Hex | 4B | 58 | 4B | F | 0 | F | 41 | 78 | 8 | 20 |
| Octal | 113 | 130 | 113 | 17 | 0 | 17 | 101 | 170 | 10 | 40 |
| Binary | 1001011 | 1011000 | 1001011 | 1111 | 0 | 1111 | 1000001 | 1111000 | 1000 | 100000 |
Color Harmonies of #4B584B
Complementary color
Monochromatic Colors of #4B584B
Black with #4B584B
Text Example
Text Example
White with #4B584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B584B; }
p { color: rgb(75,88,75); }
H1.HeaderClassName
{
color: #4B584B;
}
.AnyTagClassName
{
color: #4B584B;
}
</style>
background-color css
<style>
a { background-color: #4B584B; }
a { background-color: rgb(75,88,75); }
div.DivClassName
{
background-color: #4B584B;
}
.BgClassName
{
background-color: #4B584B;
}
</style>
border-color css
<style>
span { border-color: #4B584B; }
span { border-color: rgb(75,88,75); }
td.TdClassName
{
border-color: #4B584B;
}
.TagClassName
{
border-color: #4B584B;
}
</style>