Shades of Killarney #46764E
Tints of Killarney #46764E
RGB
CMYK
RGB Variations
Color information
#46764E (or 0x46764E) is known color: Killarney. HEX triplet: 46, 76 and 4E. RGB value is (70,118,78). Sum of RGB (Red+Green+Blue) = 70+118+78=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #46764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46764E is #B989B1. Grayscale: #636363. Windows color (decimal): -12159410 or 5142086. OLE color: 5142086.
HSL color Cylindrical-coordinate representation of color #46764E: hue angle of 130º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46764E is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 118 | 78 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.54 |
| HSL | 130º | 0.26% | 0.37% | - |
| HSV(B) | 130º | 0.41% | 0.46% | - |
| XYZ | 10.38 | 14.81 | 9.52 | - |
| YUV | 99.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 78 | 0.41 | 0 | 0.34 | 0.54 | 130 | 0.26 | 0.37 |
| Hex | 46 | 76 | 4E | 29 | 0 | 22 | 36 | 82 | 1A | 25 |
| Octal | 106 | 166 | 116 | 51 | 0 | 42 | 66 | 202 | 32 | 45 |
| Binary | 1000110 | 1110110 | 1001110 | 101001 | 0 | 100010 | 110110 | 10000010 | 11010 | 100101 |
Color Harmonies of #46764E
Complementary color
Monochromatic Colors of #46764E
Black with #46764E
Text Example
Text Example
White with #46764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46764E; }
p { color: rgb(70,118,78); }
H1.HeaderClassName
{
color: #46764E;
}
.AnyTagClassName
{
color: #46764E;
}
</style>
background-color css
<style>
a { background-color: #46764E; }
a { background-color: rgb(70,118,78); }
div.DivClassName
{
background-color: #46764E;
}
.BgClassName
{
background-color: #46764E;
}
</style>
border-color css
<style>
span { border-color: #46764E; }
span { border-color: rgb(70,118,78); }
td.TdClassName
{
border-color: #46764E;
}
.TagClassName
{
border-color: #46764E;
}
</style>