Shades of Killarney #47694B
Tints of Killarney #47694B
RGB
CMYK
RGB Variations
Color information
#47694B (or 0x47694B) is known color: Killarney. HEX triplet: 47, 69 and 4B. RGB value is (71,105,75). Sum of RGB (Red+Green+Blue) = 71+105+75=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #47694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47694B is #B896B4. Grayscale: #5B5B5B. Windows color (decimal): -12097205 or 4942151. OLE color: 4942151.
HSL color Cylindrical-coordinate representation of color #47694B: hue angle of 127.06º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47694B is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 105 | 75 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.59 |
| HSL | 127.06º | 0.19% | 0.35% | - |
| HSV(B) | 127.06º | 0.32% | 0.41% | - |
| XYZ | 8.92 | 11.95 | 8.49 | - |
| YUV | 91.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 75 | 0.32 | 0 | 0.29 | 0.59 | 127.06 | 0.19 | 0.35 |
| Hex | 47 | 69 | 4B | 20 | 0 | 1D | 3B | 7F | 13 | 23 |
| Octal | 107 | 151 | 113 | 40 | 0 | 35 | 73 | 177 | 23 | 43 |
| Binary | 1000111 | 1101001 | 1001011 | 100000 | 0 | 11101 | 111011 | 1111111 | 10011 | 100011 |
Color Harmonies of #47694B
Complementary color
Monochromatic Colors of #47694B
Black with #47694B
Text Example
Text Example
White with #47694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47694B; }
p { color: rgb(71,105,75); }
H1.HeaderClassName
{
color: #47694B;
}
.AnyTagClassName
{
color: #47694B;
}
</style>
background-color css
<style>
a { background-color: #47694B; }
a { background-color: rgb(71,105,75); }
div.DivClassName
{
background-color: #47694B;
}
.BgClassName
{
background-color: #47694B;
}
</style>
border-color css
<style>
span { border-color: #47694B; }
span { border-color: rgb(71,105,75); }
td.TdClassName
{
border-color: #47694B;
}
.TagClassName
{
border-color: #47694B;
}
</style>