Shades of Killarney #46824E
Tints of Killarney #46824E
RGB
CMYK
RGB Variations
Color information
#46824E (or 0x46824E) is known color: Killarney. HEX triplet: 46, 82 and 4E. RGB value is (70,130,78). Sum of RGB (Red+Green+Blue) = 70+130+78=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #46824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46824E is #B97DB1. Grayscale: #6A6A6A. Windows color (decimal): -12156338 or 5145158. OLE color: 5145158.
HSL color Cylindrical-coordinate representation of color #46824E: hue angle of 128º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46824E is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 78 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.49 |
| HSL | 128º | 0.3% | 0.39% | - |
| HSV(B) | 128º | 0.46% | 0.51% | - |
| XYZ | 11.88 | 17.82 | 10.02 | - |
| YUV | 106.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 78 | 0.46 | 0 | 0.40 | 0.49 | 128 | 0.3 | 0.39 |
| Hex | 46 | 82 | 4E | 2E | 0 | 28 | 31 | 80 | 1E | 27 |
| Octal | 106 | 202 | 116 | 56 | 0 | 50 | 61 | 200 | 36 | 47 |
| Binary | 1000110 | 10000010 | 1001110 | 101110 | 0 | 101000 | 110001 | 10000000 | 11110 | 100111 |
Color Harmonies of #46824E
Complementary color
Monochromatic Colors of #46824E
Black with #46824E
Text Example
Text Example
White with #46824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46824E; }
p { color: rgb(70,130,78); }
H1.HeaderClassName
{
color: #46824E;
}
.AnyTagClassName
{
color: #46824E;
}
</style>
background-color css
<style>
a { background-color: #46824E; }
a { background-color: rgb(70,130,78); }
div.DivClassName
{
background-color: #46824E;
}
.BgClassName
{
background-color: #46824E;
}
</style>
border-color css
<style>
span { border-color: #46824E; }
span { border-color: rgb(70,130,78); }
td.TdClassName
{
border-color: #46824E;
}
.TagClassName
{
border-color: #46824E;
}
</style>