Shades of Nandor #48644A
Tints of Nandor #48644A
RGB
CMYK
RGB Variations
Color information
#48644A (or 0x48644A) is known color: Nandor. HEX triplet: 48, 64 and 4A. RGB value is (72,100,74). Sum of RGB (Red+Green+Blue) = 72+100+74=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 100 - color contains mainly: green. Hex color #48644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48644A is #B79BB5. Grayscale: #585858. Windows color (decimal): -12032950 or 4875336. OLE color: 4875336.
HSL color Cylindrical-coordinate representation of color #48644A: hue angle of 124.29º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48644A is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 100 | 74 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.61 |
| HSL | 124.29º | 0.16% | 0.34% | - |
| HSV(B) | 124.29º | 0.28% | 0.39% | - |
| XYZ | 8.47 | 10.99 | 8.15 | - |
| YUV | 88.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 74 | 0.28 | 0 | 0.26 | 0.61 | 124.29 | 0.16 | 0.34 |
| Hex | 48 | 64 | 4A | 1C | 0 | 1A | 3D | 7C | 10 | 22 |
| Octal | 110 | 144 | 112 | 34 | 0 | 32 | 75 | 174 | 20 | 42 |
| Binary | 1001000 | 1100100 | 1001010 | 11100 | 0 | 11010 | 111101 | 1111100 | 10000 | 100010 |
Color Harmonies of #48644A
Complementary color
Monochromatic Colors of #48644A
Black with #48644A
Text Example
Text Example
White with #48644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48644A; }
p { color: rgb(72,100,74); }
H1.HeaderClassName
{
color: #48644A;
}
.AnyTagClassName
{
color: #48644A;
}
</style>
background-color css
<style>
a { background-color: #48644A; }
a { background-color: rgb(72,100,74); }
div.DivClassName
{
background-color: #48644A;
}
.BgClassName
{
background-color: #48644A;
}
</style>
border-color css
<style>
span { border-color: #48644A; }
span { border-color: rgb(72,100,74); }
td.TdClassName
{
border-color: #48644A;
}
.TagClassName
{
border-color: #48644A;
}
</style>