Shades of Killarney #46704E
Tints of Killarney #46704E
RGB
CMYK
RGB Variations
Color information
#46704E (or 0x46704E) is known color: Killarney. HEX triplet: 46, 70 and 4E. RGB value is (70,112,78). Sum of RGB (Red+Green+Blue) = 70+112+78=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #46704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46704E is #B98FB1. Grayscale: #5F5F5F. Windows color (decimal): -12160946 or 5140550. OLE color: 5140550.
HSL color Cylindrical-coordinate representation of color #46704E: hue angle of 131.43º 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 #46704E is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 112 | 78 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.56 |
| HSL | 131.43º | 0.23% | 0.36% | - |
| HSV(B) | 131.43º | 0.38% | 0.44% | - |
| XYZ | 9.7 | 13.44 | 9.29 | - |
| YUV | 95.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 112 | 78 | 0.38 | 0 | 0.30 | 0.56 | 131.43 | 0.23 | 0.36 |
| Hex | 46 | 70 | 4E | 26 | 0 | 1E | 38 | 83 | 17 | 24 |
| Octal | 106 | 160 | 116 | 46 | 0 | 36 | 70 | 203 | 27 | 44 |
| Binary | 1000110 | 1110000 | 1001110 | 100110 | 0 | 11110 | 111000 | 10000011 | 10111 | 100100 |
Color Harmonies of #46704E
Complementary color
Monochromatic Colors of #46704E
Black with #46704E
Text Example
Text Example
White with #46704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46704E; }
p { color: rgb(70,112,78); }
H1.HeaderClassName
{
color: #46704E;
}
.AnyTagClassName
{
color: #46704E;
}
</style>
background-color css
<style>
a { background-color: #46704E; }
a { background-color: rgb(70,112,78); }
div.DivClassName
{
background-color: #46704E;
}
.BgClassName
{
background-color: #46704E;
}
</style>
border-color css
<style>
span { border-color: #46704E; }
span { border-color: rgb(70,112,78); }
td.TdClassName
{
border-color: #46704E;
}
.TagClassName
{
border-color: #46704E;
}
</style>