Shades of Nandor #485F4A
Tints of Nandor #485F4A
RGB
CMYK
RGB Variations
Color information
#485F4A (or 0x485F4A) is known color: Nandor. HEX triplet: 48, 5F and 4A. RGB value is (72,95,74). Sum of RGB (Red+Green+Blue) = 72+95+74=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 95 - color contains mainly: green. Hex color #485F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F4A is #B7A0B5. Grayscale: #555555. Windows color (decimal): -12034230 or 4874056. OLE color: 4874056.
HSL color Cylindrical-coordinate representation of color #485F4A: hue angle of 125.22º 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 #485F4A is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 74 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.63 |
| HSL | 125.22º | 0.14% | 0.33% | - |
| HSV(B) | 125.22º | 0.24% | 0.37% | - |
| XYZ | 8 | 10.06 | 8 | - |
| YUV | 85.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 74 | 0.24 | 0 | 0.22 | 0.63 | 125.22 | 0.14 | 0.33 |
| Hex | 48 | 5F | 4A | 18 | 0 | 16 | 3F | 7D | E | 21 |
| Octal | 110 | 137 | 112 | 30 | 0 | 26 | 77 | 175 | 16 | 41 |
| Binary | 1001000 | 1011111 | 1001010 | 11000 | 0 | 10110 | 111111 | 1111101 | 1110 | 100001 |
Color Harmonies of #485F4A
Complementary color
Monochromatic Colors of #485F4A
Black with #485F4A
Text Example
Text Example
White with #485F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F4A; }
p { color: rgb(72,95,74); }
H1.HeaderClassName
{
color: #485F4A;
}
.AnyTagClassName
{
color: #485F4A;
}
</style>
background-color css
<style>
a { background-color: #485F4A; }
a { background-color: rgb(72,95,74); }
div.DivClassName
{
background-color: #485F4A;
}
.BgClassName
{
background-color: #485F4A;
}
</style>
border-color css
<style>
span { border-color: #485F4A; }
span { border-color: rgb(72,95,74); }
td.TdClassName
{
border-color: #485F4A;
}
.TagClassName
{
border-color: #485F4A;
}
</style>