Shades of Killarney #46704D
Tints of Killarney #46704D
RGB
CMYK
RGB Variations
Color information
#46704D (or 0x46704D) is known color: Killarney. HEX triplet: 46, 70 and 4D. RGB value is (70,112,77). Sum of RGB (Red+Green+Blue) = 70+112+77=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #46704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46704D is #B98FB2. Grayscale: #5F5F5F. Windows color (decimal): -12160947 or 5075014. OLE color: 5075014.
HSL color Cylindrical-coordinate representation of color #46704D: hue angle of 130º 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 #46704D is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 77 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.56 |
| HSL | 130º | 0.23% | 0.36% | - |
| HSV(B) | 130º | 0.38% | 0.44% | - |
| XYZ | 9.66 | 13.43 | 9.1 | - |
| YUV | 95.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 77 | 0.38 | 0 | 0.31 | 0.56 | 130 | 0.23 | 0.36 |
| Hex | 46 | 70 | 4D | 26 | 0 | 1F | 38 | 82 | 17 | 24 |
| Octal | 106 | 160 | 115 | 46 | 0 | 37 | 70 | 202 | 27 | 44 |
| Binary | 1000110 | 1110000 | 1001101 | 100110 | 0 | 11111 | 111000 | 10000010 | 10111 | 100100 |
Color Harmonies of #46704D
Complementary color
Monochromatic Colors of #46704D
Black with #46704D
Text Example
Text Example
White with #46704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46704D; }
p { color: rgb(70,112,77); }
H1.HeaderClassName
{
color: #46704D;
}
.AnyTagClassName
{
color: #46704D;
}
</style>
background-color css
<style>
a { background-color: #46704D; }
a { background-color: rgb(70,112,77); }
div.DivClassName
{
background-color: #46704D;
}
.BgClassName
{
background-color: #46704D;
}
</style>
border-color css
<style>
span { border-color: #46704D; }
span { border-color: rgb(70,112,77); }
td.TdClassName
{
border-color: #46704D;
}
.TagClassName
{
border-color: #46704D;
}
</style>