Shades of Killarney #46864C
Tints of Killarney #46864C
RGB
CMYK
RGB Variations
Color information
#46864C (or 0x46864C) is known color: Killarney. HEX triplet: 46, 86 and 4C. RGB value is (70,134,76). Sum of RGB (Red+Green+Blue) = 70+134+76=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #46864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46864C is #B979B3. Grayscale: #6C6C6C. Windows color (decimal): -12155316 or 5015110. OLE color: 5015110.
HSL color Cylindrical-coordinate representation of color #46864C: hue angle of 125.62º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46864C is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 134 | 76 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.47 |
| HSL | 125.63º | 0.31% | 0.4% | - |
| HSV(B) | 125.63º | 0.48% | 0.53% | - |
| XYZ | 12.36 | 18.87 | 9.83 | - |
| YUV | 108.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 76 | 0.48 | 0 | 0.43 | 0.47 | 125.63 | 0.31 | 0.4 |
| Hex | 46 | 86 | 4C | 30 | 0 | 2B | 2F | 7E | 1F | 28 |
| Octal | 106 | 206 | 114 | 60 | 0 | 53 | 57 | 176 | 37 | 50 |
| Binary | 1000110 | 10000110 | 1001100 | 110000 | 0 | 101011 | 101111 | 1111110 | 11111 | 101000 |
Color Harmonies of #46864C
Complementary color
Monochromatic Colors of #46864C
Black with #46864C
Text Example
Text Example
White with #46864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46864C; }
p { color: rgb(70,134,76); }
H1.HeaderClassName
{
color: #46864C;
}
.AnyTagClassName
{
color: #46864C;
}
</style>
background-color css
<style>
a { background-color: #46864C; }
a { background-color: rgb(70,134,76); }
div.DivClassName
{
background-color: #46864C;
}
.BgClassName
{
background-color: #46864C;
}
</style>
border-color css
<style>
span { border-color: #46864C; }
span { border-color: rgb(70,134,76); }
td.TdClassName
{
border-color: #46864C;
}
.TagClassName
{
border-color: #46864C;
}
</style>