Shades of Killarney #49674D
Tints of Killarney #49674D
RGB
CMYK
RGB Variations
Color information
#49674D (or 0x49674D) is known color: Killarney. HEX triplet: 49, 67 and 4D. RGB value is (73,103,77). Sum of RGB (Red+Green+Blue) = 73+103+77=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 103 - color contains mainly: green. Hex color #49674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49674D is #B698B2. Grayscale: #5B5B5B. Windows color (decimal): -11966643 or 5072713. OLE color: 5072713.
HSL color Cylindrical-coordinate representation of color #49674D: hue angle of 128º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49674D is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 77 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.60 |
| HSL | 128º | 0.17% | 0.35% | - |
| HSV(B) | 128º | 0.29% | 0.4% | - |
| XYZ | 8.94 | 11.65 | 8.8 | - |
| YUV | 91.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 77 | 0.29 | 0 | 0.25 | 0.60 | 128 | 0.17 | 0.35 |
| Hex | 49 | 67 | 4D | 1D | 0 | 19 | 3C | 80 | 11 | 23 |
| Octal | 111 | 147 | 115 | 35 | 0 | 31 | 74 | 200 | 21 | 43 |
| Binary | 1001001 | 1100111 | 1001101 | 11101 | 0 | 11001 | 111100 | 10000000 | 10001 | 100011 |
Color Harmonies of #49674D
Complementary color
Monochromatic Colors of #49674D
Black with #49674D
Text Example
Text Example
White with #49674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49674D; }
p { color: rgb(73,103,77); }
H1.HeaderClassName
{
color: #49674D;
}
.AnyTagClassName
{
color: #49674D;
}
</style>
background-color css
<style>
a { background-color: #49674D; }
a { background-color: rgb(73,103,77); }
div.DivClassName
{
background-color: #49674D;
}
.BgClassName
{
background-color: #49674D;
}
</style>
border-color css
<style>
span { border-color: #49674D; }
span { border-color: rgb(73,103,77); }
td.TdClassName
{
border-color: #49674D;
}
.TagClassName
{
border-color: #49674D;
}
</style>