Shades of Killarney #46794D
Tints of Killarney #46794D
RGB
CMYK
RGB Variations
Color information
#46794D (or 0x46794D) is known color: Killarney. HEX triplet: 46, 79 and 4D. RGB value is (70,121,77). Sum of RGB (Red+Green+Blue) = 70+121+77=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #46794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46794D is #B986B2. Grayscale: #646464. Windows color (decimal): -12158643 or 5077318. OLE color: 5077318.
HSL color Cylindrical-coordinate representation of color #46794D: hue angle of 128.24º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46794D is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 121 | 77 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.53 |
| HSL | 128.24º | 0.27% | 0.37% | - |
| HSV(B) | 128.24º | 0.42% | 0.47% | - |
| XYZ | 10.7 | 15.51 | 9.45 | - |
| YUV | 100.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 77 | 0.42 | 0 | 0.36 | 0.53 | 128.24 | 0.27 | 0.37 |
| Hex | 46 | 79 | 4D | 2A | 0 | 24 | 35 | 80 | 1B | 25 |
| Octal | 106 | 171 | 115 | 52 | 0 | 44 | 65 | 200 | 33 | 45 |
| Binary | 1000110 | 1111001 | 1001101 | 101010 | 0 | 100100 | 110101 | 10000000 | 11011 | 100101 |
Color Harmonies of #46794D
Complementary color
Monochromatic Colors of #46794D
Black with #46794D
Text Example
Text Example
White with #46794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46794D; }
p { color: rgb(70,121,77); }
H1.HeaderClassName
{
color: #46794D;
}
.AnyTagClassName
{
color: #46794D;
}
</style>
background-color css
<style>
a { background-color: #46794D; }
a { background-color: rgb(70,121,77); }
div.DivClassName
{
background-color: #46794D;
}
.BgClassName
{
background-color: #46794D;
}
</style>
border-color css
<style>
span { border-color: #46794D; }
span { border-color: rgb(70,121,77); }
td.TdClassName
{
border-color: #46794D;
}
.TagClassName
{
border-color: #46794D;
}
</style>