Shades of Killarney #46684C
Tints of Killarney #46684C
RGB
CMYK
RGB Variations
Color information
#46684C (or 0x46684C) is known color: Killarney. HEX triplet: 46, 68 and 4C. RGB value is (70,104,76). Sum of RGB (Red+Green+Blue) = 70+104+76=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #46684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46684C is #B997B3. Grayscale: #5A5A5A. Windows color (decimal): -12162996 or 5007430. OLE color: 5007430.
HSL color Cylindrical-coordinate representation of color #46684C: hue angle of 130.59º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #46684C is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 104 | 76 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.59 |
| HSL | 130.59º | 0.2% | 0.34% | - |
| HSV(B) | 130.59º | 0.33% | 0.41% | - |
| XYZ | 8.78 | 11.72 | 8.64 | - |
| YUV | 90.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 76 | 0.33 | 0 | 0.27 | 0.59 | 130.59 | 0.2 | 0.34 |
| Hex | 46 | 68 | 4C | 21 | 0 | 1B | 3B | 83 | 14 | 22 |
| Octal | 106 | 150 | 114 | 41 | 0 | 33 | 73 | 203 | 24 | 42 |
| Binary | 1000110 | 1101000 | 1001100 | 100001 | 0 | 11011 | 111011 | 10000011 | 10100 | 100010 |
Color Harmonies of #46684C
Complementary color
Monochromatic Colors of #46684C
Black with #46684C
Text Example
Text Example
White with #46684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46684C; }
p { color: rgb(70,104,76); }
H1.HeaderClassName
{
color: #46684C;
}
.AnyTagClassName
{
color: #46684C;
}
</style>
background-color css
<style>
a { background-color: #46684C; }
a { background-color: rgb(70,104,76); }
div.DivClassName
{
background-color: #46684C;
}
.BgClassName
{
background-color: #46684C;
}
</style>
border-color css
<style>
span { border-color: #46684C; }
span { border-color: rgb(70,104,76); }
td.TdClassName
{
border-color: #46684C;
}
.TagClassName
{
border-color: #46684C;
}
</style>