Shades of Killarney #46674A
Tints of Killarney #46674A
RGB
CMYK
RGB Variations
Color information
#46674A (or 0x46674A) is known color: Killarney. HEX triplet: 46, 67 and 4A. RGB value is (70,103,74). Sum of RGB (Red+Green+Blue) = 70+103+74=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #46674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46674A is #B998B5. Grayscale: #595959. Windows color (decimal): -12163254 or 4876102. OLE color: 4876102.
HSL color Cylindrical-coordinate representation of color #46674A: hue angle of 127.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #46674A is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 103 | 74 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.60 |
| HSL | 127.27º | 0.19% | 0.34% | - |
| HSV(B) | 127.27º | 0.32% | 0.4% | - |
| XYZ | 8.61 | 11.5 | 8.24 | - |
| YUV | 89.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 74 | 0.32 | 0 | 0.28 | 0.60 | 127.27 | 0.19 | 0.34 |
| Hex | 46 | 67 | 4A | 20 | 0 | 1C | 3C | 7F | 13 | 22 |
| Octal | 106 | 147 | 112 | 40 | 0 | 34 | 74 | 177 | 23 | 42 |
| Binary | 1000110 | 1100111 | 1001010 | 100000 | 0 | 11100 | 111100 | 1111111 | 10011 | 100010 |
Color Harmonies of #46674A
Complementary color
Monochromatic Colors of #46674A
Black with #46674A
Text Example
Text Example
White with #46674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46674A; }
p { color: rgb(70,103,74); }
H1.HeaderClassName
{
color: #46674A;
}
.AnyTagClassName
{
color: #46674A;
}
</style>
background-color css
<style>
a { background-color: #46674A; }
a { background-color: rgb(70,103,74); }
div.DivClassName
{
background-color: #46674A;
}
.BgClassName
{
background-color: #46674A;
}
</style>
border-color css
<style>
span { border-color: #46674A; }
span { border-color: rgb(70,103,74); }
td.TdClassName
{
border-color: #46674A;
}
.TagClassName
{
border-color: #46674A;
}
</style>