Shades of Killarney #46794F
Tints of Killarney #46794F
RGB
CMYK
RGB Variations
Color information
#46794F (or 0x46794F) is known color: Killarney. HEX triplet: 46, 79 and 4F. RGB value is (70,121,79). Sum of RGB (Red+Green+Blue) = 70+121+79=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #46794F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46794F is #B986B0. Grayscale: #656565. Windows color (decimal): -12158641 or 5208390. OLE color: 5208390.
HSL color Cylindrical-coordinate representation of color #46794F: hue angle of 130.59º 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 #46794F is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 121 | 79 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.53 |
| HSL | 130.59º | 0.27% | 0.37% | - |
| HSV(B) | 130.59º | 0.42% | 0.47% | - |
| XYZ | 10.77 | 15.54 | 9.83 | - |
| YUV | 100.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 79 | 0.42 | 0 | 0.35 | 0.53 | 130.59 | 0.27 | 0.37 |
| Hex | 46 | 79 | 4F | 2A | 0 | 23 | 35 | 83 | 1B | 25 |
| Octal | 106 | 171 | 117 | 52 | 0 | 43 | 65 | 203 | 33 | 45 |
| Binary | 1000110 | 1111001 | 1001111 | 101010 | 0 | 100011 | 110101 | 10000011 | 11011 | 100101 |
Color Harmonies of #46794F
Complementary color
Monochromatic Colors of #46794F
Black with #46794F
Text Example
Text Example
White with #46794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46794F; }
p { color: rgb(70,121,79); }
H1.HeaderClassName
{
color: #46794F;
}
.AnyTagClassName
{
color: #46794F;
}
</style>
background-color css
<style>
a { background-color: #46794F; }
a { background-color: rgb(70,121,79); }
div.DivClassName
{
background-color: #46794F;
}
.BgClassName
{
background-color: #46794F;
}
</style>
border-color css
<style>
span { border-color: #46794F; }
span { border-color: rgb(70,121,79); }
td.TdClassName
{
border-color: #46794F;
}
.TagClassName
{
border-color: #46794F;
}
</style>