Shades of Killarney #46744A
Tints of Killarney #46744A
RGB
CMYK
RGB Variations
Color information
#46744A (or 0x46744A) is known color: Killarney. HEX triplet: 46, 74 and 4A. RGB value is (70,116,74). Sum of RGB (Red+Green+Blue) = 70+116+74=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #46744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46744A is #B98BB5. Grayscale: #616161. Windows color (decimal): -12159926 or 4879430. OLE color: 4879430.
HSL color Cylindrical-coordinate representation of color #46744A: hue angle of 125.22º 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 #46744A is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 116 | 74 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.55 |
| HSL | 125.22º | 0.25% | 0.36% | - |
| HSV(B) | 125.22º | 0.4% | 0.45% | - |
| XYZ | 10.01 | 14.29 | 8.71 | - |
| YUV | 97.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 74 | 0.40 | 0 | 0.36 | 0.55 | 125.22 | 0.25 | 0.36 |
| Hex | 46 | 74 | 4A | 28 | 0 | 24 | 37 | 7D | 19 | 24 |
| Octal | 106 | 164 | 112 | 50 | 0 | 44 | 67 | 175 | 31 | 44 |
| Binary | 1000110 | 1110100 | 1001010 | 101000 | 0 | 100100 | 110111 | 1111101 | 11001 | 100100 |
Color Harmonies of #46744A
Complementary color
Monochromatic Colors of #46744A
Black with #46744A
Text Example
Text Example
White with #46744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46744A; }
p { color: rgb(70,116,74); }
H1.HeaderClassName
{
color: #46744A;
}
.AnyTagClassName
{
color: #46744A;
}
</style>
background-color css
<style>
a { background-color: #46744A; }
a { background-color: rgb(70,116,74); }
div.DivClassName
{
background-color: #46744A;
}
.BgClassName
{
background-color: #46744A;
}
</style>
border-color css
<style>
span { border-color: #46744A; }
span { border-color: rgb(70,116,74); }
td.TdClassName
{
border-color: #46744A;
}
.TagClassName
{
border-color: #46744A;
}
</style>