Shades of Killarney #48704E
Tints of Killarney #48704E
RGB
CMYK
RGB Variations
Color information
#48704E (or 0x48704E) is known color: Killarney. HEX triplet: 48, 70 and 4E. RGB value is (72,112,78). Sum of RGB (Red+Green+Blue) = 72+112+78=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #48704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48704E is #B78FB1. Grayscale: #606060. Windows color (decimal): -12029874 or 5140552. OLE color: 5140552.
HSL color Cylindrical-coordinate representation of color #48704E: hue angle of 129º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48704E is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 112 | 78 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.56 |
| HSL | 129º | 0.22% | 0.36% | - |
| HSV(B) | 129º | 0.36% | 0.44% | - |
| XYZ | 9.84 | 13.52 | 9.3 | - |
| YUV | 96.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 78 | 0.36 | 0 | 0.30 | 0.56 | 129 | 0.22 | 0.36 |
| Hex | 48 | 70 | 4E | 24 | 0 | 1E | 38 | 81 | 16 | 24 |
| Octal | 110 | 160 | 116 | 44 | 0 | 36 | 70 | 201 | 26 | 44 |
| Binary | 1001000 | 1110000 | 1001110 | 100100 | 0 | 11110 | 111000 | 10000001 | 10110 | 100100 |
Color Harmonies of #48704E
Complementary color
Monochromatic Colors of #48704E
Black with #48704E
Text Example
Text Example
White with #48704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48704E; }
p { color: rgb(72,112,78); }
H1.HeaderClassName
{
color: #48704E;
}
.AnyTagClassName
{
color: #48704E;
}
</style>
background-color css
<style>
a { background-color: #48704E; }
a { background-color: rgb(72,112,78); }
div.DivClassName
{
background-color: #48704E;
}
.BgClassName
{
background-color: #48704E;
}
</style>
border-color css
<style>
span { border-color: #48704E; }
span { border-color: rgb(72,112,78); }
td.TdClassName
{
border-color: #48704E;
}
.TagClassName
{
border-color: #48704E;
}
</style>