Shades of Killarney #46714C
Tints of Killarney #46714C
RGB
CMYK
RGB Variations
Color information
#46714C (or 0x46714C) is known color: Killarney. HEX triplet: 46, 71 and 4C. RGB value is (70,113,76). Sum of RGB (Red+Green+Blue) = 70+113+76=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #46714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46714C is #B98EB3. Grayscale: #606060. Windows color (decimal): -12160692 or 5009734. OLE color: 5009734.
HSL color Cylindrical-coordinate representation of color #46714C: hue angle of 128.37º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46714C is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 76 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.56 |
| HSL | 128.37º | 0.23% | 0.36% | - |
| HSV(B) | 128.37º | 0.38% | 0.44% | - |
| XYZ | 9.74 | 13.63 | 8.96 | - |
| YUV | 95.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 76 | 0.38 | 0 | 0.33 | 0.56 | 128.37 | 0.23 | 0.36 |
| Hex | 46 | 71 | 4C | 26 | 0 | 21 | 38 | 80 | 17 | 24 |
| Octal | 106 | 161 | 114 | 46 | 0 | 41 | 70 | 200 | 27 | 44 |
| Binary | 1000110 | 1110001 | 1001100 | 100110 | 0 | 100001 | 111000 | 10000000 | 10111 | 100100 |
Color Harmonies of #46714C
Complementary color
Monochromatic Colors of #46714C
Black with #46714C
Text Example
Text Example
White with #46714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46714C; }
p { color: rgb(70,113,76); }
H1.HeaderClassName
{
color: #46714C;
}
.AnyTagClassName
{
color: #46714C;
}
</style>
background-color css
<style>
a { background-color: #46714C; }
a { background-color: rgb(70,113,76); }
div.DivClassName
{
background-color: #46714C;
}
.BgClassName
{
background-color: #46714C;
}
</style>
border-color css
<style>
span { border-color: #46714C; }
span { border-color: rgb(70,113,76); }
td.TdClassName
{
border-color: #46714C;
}
.TagClassName
{
border-color: #46714C;
}
</style>