Shades of Killarney #46864A
Tints of Killarney #46864A
RGB
CMYK
RGB Variations
Color information
#46864A (or 0x46864A) is known color: Killarney. HEX triplet: 46, 86 and 4A. RGB value is (70,134,74). Sum of RGB (Red+Green+Blue) = 70+134+74=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #46864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46864A is #B979B5. Grayscale: #6C6C6C. Windows color (decimal): -12155318 or 4884038. OLE color: 4884038.
HSL color Cylindrical-coordinate representation of color #46864A: hue angle of 123.75º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46864A is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 134 | 74 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.47 |
| HSL | 123.75º | 0.31% | 0.4% | - |
| HSV(B) | 123.75º | 0.48% | 0.53% | - |
| XYZ | 12.29 | 18.85 | 9.47 | - |
| YUV | 108.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 74 | 0.48 | 0 | 0.45 | 0.47 | 123.75 | 0.31 | 0.4 |
| Hex | 46 | 86 | 4A | 30 | 0 | 2D | 2F | 7C | 1F | 28 |
| Octal | 106 | 206 | 112 | 60 | 0 | 55 | 57 | 174 | 37 | 50 |
| Binary | 1000110 | 10000110 | 1001010 | 110000 | 0 | 101101 | 101111 | 1111100 | 11111 | 101000 |
Color Harmonies of #46864A
Complementary color
Monochromatic Colors of #46864A
Black with #46864A
Text Example
Text Example
White with #46864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46864A; }
p { color: rgb(70,134,74); }
H1.HeaderClassName
{
color: #46864A;
}
.AnyTagClassName
{
color: #46864A;
}
</style>
background-color css
<style>
a { background-color: #46864A; }
a { background-color: rgb(70,134,74); }
div.DivClassName
{
background-color: #46864A;
}
.BgClassName
{
background-color: #46864A;
}
</style>
border-color css
<style>
span { border-color: #46864A; }
span { border-color: rgb(70,134,74); }
td.TdClassName
{
border-color: #46864A;
}
.TagClassName
{
border-color: #46864A;
}
</style>