Shades of Nandor #485F4B
Tints of Nandor #485F4B
RGB
CMYK
RGB Variations
Color information
#485F4B (or 0x485F4B) is known color: Nandor. HEX triplet: 48, 5F and 4B. RGB value is (72,95,75). Sum of RGB (Red+Green+Blue) = 72+95+75=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #485F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F4B is #B7A0B4. Grayscale: #555555. Windows color (decimal): -12034229 or 4939592. OLE color: 4939592.
HSL color Cylindrical-coordinate representation of color #485F4B: hue angle of 127.83º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485F4B is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 75 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.63 |
| HSL | 127.83º | 0.14% | 0.33% | - |
| HSV(B) | 127.83º | 0.24% | 0.37% | - |
| XYZ | 8.03 | 10.07 | 8.18 | - |
| YUV | 85.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 75 | 0.24 | 0 | 0.21 | 0.63 | 127.83 | 0.14 | 0.33 |
| Hex | 48 | 5F | 4B | 18 | 0 | 15 | 3F | 80 | E | 21 |
| Octal | 110 | 137 | 113 | 30 | 0 | 25 | 77 | 200 | 16 | 41 |
| Binary | 1001000 | 1011111 | 1001011 | 11000 | 0 | 10101 | 111111 | 10000000 | 1110 | 100001 |
Color Harmonies of #485F4B
Complementary color
Monochromatic Colors of #485F4B
Black with #485F4B
Text Example
Text Example
White with #485F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F4B; }
p { color: rgb(72,95,75); }
H1.HeaderClassName
{
color: #485F4B;
}
.AnyTagClassName
{
color: #485F4B;
}
</style>
background-color css
<style>
a { background-color: #485F4B; }
a { background-color: rgb(72,95,75); }
div.DivClassName
{
background-color: #485F4B;
}
.BgClassName
{
background-color: #485F4B;
}
</style>
border-color css
<style>
span { border-color: #485F4B; }
span { border-color: rgb(72,95,75); }
td.TdClassName
{
border-color: #485F4B;
}
.TagClassName
{
border-color: #485F4B;
}
</style>