Shades of Killarney #476F4D
Tints of Killarney #476F4D
RGB
CMYK
RGB Variations
Color information
#476F4D (or 0x476F4D) is known color: Killarney. HEX triplet: 47, 6F and 4D. RGB value is (71,111,77). Sum of RGB (Red+Green+Blue) = 71+111+77=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #476F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F4D is #B890B2. Grayscale: #5F5F5F. Windows color (decimal): -12095667 or 5074759. OLE color: 5074759.
HSL color Cylindrical-coordinate representation of color #476F4D: 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 #476F4D is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 111 | 77 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.56 |
| HSL | 129º | 0.22% | 0.36% | - |
| HSV(B) | 129º | 0.36% | 0.44% | - |
| XYZ | 9.62 | 13.24 | 9.07 | - |
| YUV | 95.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 77 | 0.36 | 0 | 0.31 | 0.56 | 129 | 0.22 | 0.36 |
| Hex | 47 | 6F | 4D | 24 | 0 | 1F | 38 | 81 | 16 | 24 |
| Octal | 107 | 157 | 115 | 44 | 0 | 37 | 70 | 201 | 26 | 44 |
| Binary | 1000111 | 1101111 | 1001101 | 100100 | 0 | 11111 | 111000 | 10000001 | 10110 | 100100 |
Color Harmonies of #476F4D
Complementary color
Monochromatic Colors of #476F4D
Black with #476F4D
Text Example
Text Example
White with #476F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476F4D; }
p { color: rgb(71,111,77); }
H1.HeaderClassName
{
color: #476F4D;
}
.AnyTagClassName
{
color: #476F4D;
}
</style>
background-color css
<style>
a { background-color: #476F4D; }
a { background-color: rgb(71,111,77); }
div.DivClassName
{
background-color: #476F4D;
}
.BgClassName
{
background-color: #476F4D;
}
</style>
border-color css
<style>
span { border-color: #476F4D; }
span { border-color: rgb(71,111,77); }
td.TdClassName
{
border-color: #476F4D;
}
.TagClassName
{
border-color: #476F4D;
}
</style>