Shades of Killarney #46874C
Tints of Killarney #46874C
RGB
CMYK
RGB Variations
Color information
#46874C (or 0x46874C) is known color: Killarney. HEX triplet: 46, 87 and 4C. RGB value is (70,135,76). Sum of RGB (Red+Green+Blue) = 70+135+76=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #46874C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46874C is #B978B3. Grayscale: #6D6D6D. Windows color (decimal): -12155060 or 5015366. OLE color: 5015366.
HSL color Cylindrical-coordinate representation of color #46874C: hue angle of 125.54º degrees, saturation: 0.32, 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 #46874C is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 135 | 76 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.47 |
| HSL | 125.54º | 0.32% | 0.4% | - |
| HSV(B) | 125.54º | 0.48% | 0.53% | - |
| XYZ | 12.49 | 19.15 | 9.88 | - |
| YUV | 108.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 135 | 76 | 0.48 | 0 | 0.44 | 0.47 | 125.54 | 0.32 | 0.4 |
| Hex | 46 | 87 | 4C | 30 | 0 | 2C | 2F | 7E | 20 | 28 |
| Octal | 106 | 207 | 114 | 60 | 0 | 54 | 57 | 176 | 40 | 50 |
| Binary | 1000110 | 10000111 | 1001100 | 110000 | 0 | 101100 | 101111 | 1111110 | 100000 | 101000 |
Color Harmonies of #46874C
Complementary color
Monochromatic Colors of #46874C
Black with #46874C
Text Example
Text Example
White with #46874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46874C; }
p { color: rgb(70,135,76); }
H1.HeaderClassName
{
color: #46874C;
}
.AnyTagClassName
{
color: #46874C;
}
</style>
background-color css
<style>
a { background-color: #46874C; }
a { background-color: rgb(70,135,76); }
div.DivClassName
{
background-color: #46874C;
}
.BgClassName
{
background-color: #46874C;
}
</style>
border-color css
<style>
span { border-color: #46874C; }
span { border-color: rgb(70,135,76); }
td.TdClassName
{
border-color: #46874C;
}
.TagClassName
{
border-color: #46874C;
}
</style>