Shades of Killarney #49694E
Tints of Killarney #49694E
RGB
CMYK
RGB Variations
Color information
#49694E (or 0x49694E) is known color: Killarney. HEX triplet: 49, 69 and 4E. RGB value is (73,105,78). Sum of RGB (Red+Green+Blue) = 73+105+78=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #49694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49694E is #B696B1. Grayscale: #5C5C5C. Windows color (decimal): -11966130 or 5138761. OLE color: 5138761.
HSL color Cylindrical-coordinate representation of color #49694E: hue angle of 129.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49694E is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 105 | 78 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.59 |
| HSL | 129.38º | 0.18% | 0.35% | - |
| HSV(B) | 129.38º | 0.3% | 0.41% | - |
| XYZ | 9.17 | 12.07 | 9.05 | - |
| YUV | 92.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 78 | 0.30 | 0 | 0.26 | 0.59 | 129.38 | 0.18 | 0.35 |
| Hex | 49 | 69 | 4E | 1E | 0 | 1A | 3B | 81 | 12 | 23 |
| Octal | 111 | 151 | 116 | 36 | 0 | 32 | 73 | 201 | 22 | 43 |
| Binary | 1001001 | 1101001 | 1001110 | 11110 | 0 | 11010 | 111011 | 10000001 | 10010 | 100011 |
Color Harmonies of #49694E
Complementary color
Monochromatic Colors of #49694E
Black with #49694E
Text Example
Text Example
White with #49694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49694E; }
p { color: rgb(73,105,78); }
H1.HeaderClassName
{
color: #49694E;
}
.AnyTagClassName
{
color: #49694E;
}
</style>
background-color css
<style>
a { background-color: #49694E; }
a { background-color: rgb(73,105,78); }
div.DivClassName
{
background-color: #49694E;
}
.BgClassName
{
background-color: #49694E;
}
</style>
border-color css
<style>
span { border-color: #49694E; }
span { border-color: rgb(73,105,78); }
td.TdClassName
{
border-color: #49694E;
}
.TagClassName
{
border-color: #49694E;
}
</style>