Shades of Killarney #476A4A
Tints of Killarney #476A4A
RGB
CMYK
RGB Variations
Color information
#476A4A (or 0x476A4A) is known color: Killarney. HEX triplet: 47, 6A and 4A. RGB value is (71,106,74). Sum of RGB (Red+Green+Blue) = 71+106+74=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 106 - color contains mainly: green. Hex color #476A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476A4A is #B895B5. Grayscale: #5B5B5B. Windows color (decimal): -12096950 or 4876871. OLE color: 4876871.
HSL color Cylindrical-coordinate representation of color #476A4A: hue angle of 125.14º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476A4A is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 106 | 74 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.58 |
| HSL | 125.14º | 0.2% | 0.35% | - |
| HSV(B) | 125.14º | 0.33% | 0.42% | - |
| XYZ | 8.99 | 12.14 | 8.35 | - |
| YUV | 91.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 74 | 0.33 | 0 | 0.30 | 0.58 | 125.14 | 0.2 | 0.35 |
| Hex | 47 | 6A | 4A | 21 | 0 | 1E | 3A | 7D | 14 | 23 |
| Octal | 107 | 152 | 112 | 41 | 0 | 36 | 72 | 175 | 24 | 43 |
| Binary | 1000111 | 1101010 | 1001010 | 100001 | 0 | 11110 | 111010 | 1111101 | 10100 | 100011 |
Color Harmonies of #476A4A
Complementary color
Monochromatic Colors of #476A4A
Black with #476A4A
Text Example
Text Example
White with #476A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476A4A; }
p { color: rgb(71,106,74); }
H1.HeaderClassName
{
color: #476A4A;
}
.AnyTagClassName
{
color: #476A4A;
}
</style>
background-color css
<style>
a { background-color: #476A4A; }
a { background-color: rgb(71,106,74); }
div.DivClassName
{
background-color: #476A4A;
}
.BgClassName
{
background-color: #476A4A;
}
</style>
border-color css
<style>
span { border-color: #476A4A; }
span { border-color: rgb(71,106,74); }
td.TdClassName
{
border-color: #476A4A;
}
.TagClassName
{
border-color: #476A4A;
}
</style>