Shades of Killarney #4E6F51
Tints of Killarney #4E6F51
RGB
CMYK
RGB Variations
Color information
#4E6F51 (or 0x4E6F51) is known color: Killarney. HEX triplet: 4E, 6F and 51. RGB value is (78,111,81). Sum of RGB (Red+Green+Blue) = 78+111+81=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #4E6F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6F51 is #B190AE. Grayscale: #616161. Windows color (decimal): -11636911 or 5336910. OLE color: 5336910.
HSL color Cylindrical-coordinate representation of color #4E6F51: hue angle of 125.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E6F51 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 111 | 81 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.56 |
| HSL | 125.45º | 0.17% | 0.37% | - |
| HSV(B) | 125.45º | 0.3% | 0.44% | - |
| XYZ | 10.31 | 13.58 | 9.86 | - |
| YUV | 97.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 111 | 81 | 0.30 | 0 | 0.27 | 0.56 | 125.45 | 0.17 | 0.37 |
| Hex | 4E | 6F | 51 | 1E | 0 | 1B | 38 | 7D | 11 | 25 |
| Octal | 116 | 157 | 121 | 36 | 0 | 33 | 70 | 175 | 21 | 45 |
| Binary | 1001110 | 1101111 | 1010001 | 11110 | 0 | 11011 | 111000 | 1111101 | 10001 | 100101 |
Color Harmonies of #4E6F51
Complementary color
Monochromatic Colors of #4E6F51
Black with #4E6F51
Text Example
Text Example
White with #4E6F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6F51; }
p { color: rgb(78,111,81); }
H1.HeaderClassName
{
color: #4E6F51;
}
.AnyTagClassName
{
color: #4E6F51;
}
</style>
background-color css
<style>
a { background-color: #4E6F51; }
a { background-color: rgb(78,111,81); }
div.DivClassName
{
background-color: #4E6F51;
}
.BgClassName
{
background-color: #4E6F51;
}
</style>
border-color css
<style>
span { border-color: #4E6F51; }
span { border-color: rgb(78,111,81); }
td.TdClassName
{
border-color: #4E6F51;
}
.TagClassName
{
border-color: #4E6F51;
}
</style>