Shades of Killarney #46684B
Tints of Killarney #46684B
RGB
CMYK
RGB Variations
Color information
#46684B (or 0x46684B) is known color: Killarney. HEX triplet: 46, 68 and 4B. RGB value is (70,104,75). Sum of RGB (Red+Green+Blue) = 70+104+75=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #46684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46684B is #B997B4. Grayscale: #5A5A5A. Windows color (decimal): -12162997 or 4941894. OLE color: 4941894.
HSL color Cylindrical-coordinate representation of color #46684B: hue angle of 128.82º 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 #46684B is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 104 | 75 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.59 |
| HSL | 128.82º | 0.2% | 0.34% | - |
| HSV(B) | 128.82º | 0.33% | 0.41% | - |
| XYZ | 8.75 | 11.71 | 8.46 | - |
| YUV | 90.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 75 | 0.33 | 0 | 0.28 | 0.59 | 128.82 | 0.2 | 0.34 |
| Hex | 46 | 68 | 4B | 21 | 0 | 1C | 3B | 81 | 14 | 22 |
| Octal | 106 | 150 | 113 | 41 | 0 | 34 | 73 | 201 | 24 | 42 |
| Binary | 1000110 | 1101000 | 1001011 | 100001 | 0 | 11100 | 111011 | 10000001 | 10100 | 100010 |
Color Harmonies of #46684B
Complementary color
Monochromatic Colors of #46684B
Black with #46684B
Text Example
Text Example
White with #46684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46684B; }
p { color: rgb(70,104,75); }
H1.HeaderClassName
{
color: #46684B;
}
.AnyTagClassName
{
color: #46684B;
}
</style>
background-color css
<style>
a { background-color: #46684B; }
a { background-color: rgb(70,104,75); }
div.DivClassName
{
background-color: #46684B;
}
.BgClassName
{
background-color: #46684B;
}
</style>
border-color css
<style>
span { border-color: #46684B; }
span { border-color: rgb(70,104,75); }
td.TdClassName
{
border-color: #46684B;
}
.TagClassName
{
border-color: #46684B;
}
</style>