Shades of Killarney #46884F
Tints of Killarney #46884F
RGB
CMYK
RGB Variations
Color information
#46884F (or 0x46884F) is known color: Killarney. HEX triplet: 46, 88 and 4F. RGB value is (70,136,79). Sum of RGB (Red+Green+Blue) = 70+136+79=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #46884F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46884F is #B977B0. Grayscale: #6D6D6D. Windows color (decimal): -12154801 or 5212230. OLE color: 5212230.
HSL color Cylindrical-coordinate representation of color #46884F: hue angle of 128.18º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46884F is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 79 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.47 |
| HSL | 128.18º | 0.32% | 0.4% | - |
| HSV(B) | 128.18º | 0.49% | 0.53% | - |
| XYZ | 12.74 | 19.47 | 10.48 | - |
| YUV | 109.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 79 | 0.49 | 0 | 0.42 | 0.47 | 128.18 | 0.32 | 0.4 |
| Hex | 46 | 88 | 4F | 31 | 0 | 2A | 2F | 80 | 20 | 28 |
| Octal | 106 | 210 | 117 | 61 | 0 | 52 | 57 | 200 | 40 | 50 |
| Binary | 1000110 | 10001000 | 1001111 | 110001 | 0 | 101010 | 101111 | 10000000 | 100000 | 101000 |
Color Harmonies of #46884F
Complementary color
Monochromatic Colors of #46884F
Black with #46884F
Text Example
Text Example
White with #46884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46884F; }
p { color: rgb(70,136,79); }
H1.HeaderClassName
{
color: #46884F;
}
.AnyTagClassName
{
color: #46884F;
}
</style>
background-color css
<style>
a { background-color: #46884F; }
a { background-color: rgb(70,136,79); }
div.DivClassName
{
background-color: #46884F;
}
.BgClassName
{
background-color: #46884F;
}
</style>
border-color css
<style>
span { border-color: #46884F; }
span { border-color: rgb(70,136,79); }
td.TdClassName
{
border-color: #46884F;
}
.TagClassName
{
border-color: #46884F;
}
</style>