Shades of Killarney #4F7050
Tints of Killarney #4F7050
RGB
CMYK
RGB Variations
Color information
#4F7050 (or 0x4F7050) is known color: Killarney. HEX triplet: 4F, 70 and 50. RGB value is (79,112,80). Sum of RGB (Red+Green+Blue) = 79+112+80=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7050 is #B08FAF. Grayscale: #626262. Windows color (decimal): -11571120 or 5271631. OLE color: 5271631.
HSL color Cylindrical-coordinate representation of color #4F7050: hue angle of 121.82º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F7050 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 80 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.56 |
| HSL | 121.82º | 0.17% | 0.37% | - |
| HSV(B) | 121.82º | 0.29% | 0.44% | - |
| XYZ | 10.47 | 13.83 | 9.71 | - |
| YUV | 98.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 80 | 0.29 | 0 | 0.29 | 0.56 | 121.82 | 0.17 | 0.37 |
| Hex | 4F | 70 | 50 | 1D | 0 | 1D | 38 | 7A | 11 | 25 |
| Octal | 117 | 160 | 120 | 35 | 0 | 35 | 70 | 172 | 21 | 45 |
| Binary | 1001111 | 1110000 | 1010000 | 11101 | 0 | 11101 | 111000 | 1111010 | 10001 | 100101 |
Color Harmonies of #4F7050
Complementary color
Monochromatic Colors of #4F7050
Black with #4F7050
Text Example
Text Example
White with #4F7050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7050; }
p { color: rgb(79,112,80); }
H1.HeaderClassName
{
color: #4F7050;
}
.AnyTagClassName
{
color: #4F7050;
}
</style>
background-color css
<style>
a { background-color: #4F7050; }
a { background-color: rgb(79,112,80); }
div.DivClassName
{
background-color: #4F7050;
}
.BgClassName
{
background-color: #4F7050;
}
</style>
border-color css
<style>
span { border-color: #4F7050; }
span { border-color: rgb(79,112,80); }
td.TdClassName
{
border-color: #4F7050;
}
.TagClassName
{
border-color: #4F7050;
}
</style>