Shades of Nandor #48674B
Tints of Nandor #48674B
RGB
CMYK
RGB Variations
Color information
#48674B (or 0x48674B) is known color: Nandor. HEX triplet: 48, 67 and 4B. RGB value is (72,103,75). Sum of RGB (Red+Green+Blue) = 72+103+75=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 103 - color contains mainly: green. Hex color #48674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48674B is #B798B4. Grayscale: #5A5A5A. Windows color (decimal): -12032181 or 4941640. OLE color: 4941640.
HSL color Cylindrical-coordinate representation of color #48674B: hue angle of 125.81º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #48674B is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 75 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.60 |
| HSL | 125.81º | 0.18% | 0.34% | - |
| HSV(B) | 125.81º | 0.3% | 0.4% | - |
| XYZ | 8.79 | 11.59 | 8.43 | - |
| YUV | 90.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 75 | 0.30 | 0 | 0.27 | 0.60 | 125.81 | 0.18 | 0.34 |
| Hex | 48 | 67 | 4B | 1E | 0 | 1B | 3C | 7E | 12 | 22 |
| Octal | 110 | 147 | 113 | 36 | 0 | 33 | 74 | 176 | 22 | 42 |
| Binary | 1001000 | 1100111 | 1001011 | 11110 | 0 | 11011 | 111100 | 1111110 | 10010 | 100010 |
Color Harmonies of #48674B
Complementary color
Monochromatic Colors of #48674B
Black with #48674B
Text Example
Text Example
White with #48674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48674B; }
p { color: rgb(72,103,75); }
H1.HeaderClassName
{
color: #48674B;
}
.AnyTagClassName
{
color: #48674B;
}
</style>
background-color css
<style>
a { background-color: #48674B; }
a { background-color: rgb(72,103,75); }
div.DivClassName
{
background-color: #48674B;
}
.BgClassName
{
background-color: #48674B;
}
</style>
border-color css
<style>
span { border-color: #48674B; }
span { border-color: rgb(72,103,75); }
td.TdClassName
{
border-color: #48674B;
}
.TagClassName
{
border-color: #48674B;
}
</style>