Shades of Killarney #46744D
Tints of Killarney #46744D
RGB
CMYK
RGB Variations
Color information
#46744D (or 0x46744D) is known color: Killarney. HEX triplet: 46, 74 and 4D. RGB value is (70,116,77). Sum of RGB (Red+Green+Blue) = 70+116+77=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #46744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46744D is #B98BB2. Grayscale: #616161. Windows color (decimal): -12159923 or 5076038. OLE color: 5076038.
HSL color Cylindrical-coordinate representation of color #46744D: hue angle of 129.13º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46744D is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 77 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.55 |
| HSL | 129.13º | 0.25% | 0.36% | - |
| HSV(B) | 129.13º | 0.4% | 0.45% | - |
| XYZ | 10.11 | 14.33 | 9.25 | - |
| YUV | 97.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 77 | 0.40 | 0 | 0.34 | 0.55 | 129.13 | 0.25 | 0.36 |
| Hex | 46 | 74 | 4D | 28 | 0 | 22 | 37 | 81 | 19 | 24 |
| Octal | 106 | 164 | 115 | 50 | 0 | 42 | 67 | 201 | 31 | 44 |
| Binary | 1000110 | 1110100 | 1001101 | 101000 | 0 | 100010 | 110111 | 10000001 | 11001 | 100100 |
Color Harmonies of #46744D
Complementary color
Monochromatic Colors of #46744D
Black with #46744D
Text Example
Text Example
White with #46744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46744D; }
p { color: rgb(70,116,77); }
H1.HeaderClassName
{
color: #46744D;
}
.AnyTagClassName
{
color: #46744D;
}
</style>
background-color css
<style>
a { background-color: #46744D; }
a { background-color: rgb(70,116,77); }
div.DivClassName
{
background-color: #46744D;
}
.BgClassName
{
background-color: #46744D;
}
</style>
border-color css
<style>
span { border-color: #46744D; }
span { border-color: rgb(70,116,77); }
td.TdClassName
{
border-color: #46744D;
}
.TagClassName
{
border-color: #46744D;
}
</style>