Shades of Killarney #466D48
Tints of Killarney #466D48
RGB
CMYK
RGB Variations
Color information
#466D48 (or 0x466D48) is known color: Killarney. HEX triplet: 46, 6D and 48. RGB value is (70,109,72). Sum of RGB (Red+Green+Blue) = 70+109+72=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #466D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466D48 is #B992B7. Grayscale: #5D5D5D. Windows color (decimal): -12161720 or 4746566. OLE color: 4746566.
HSL color Cylindrical-coordinate representation of color #466D48: hue angle of 123.08º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #466D48 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 109 | 72 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.57 |
| HSL | 123.08º | 0.22% | 0.35% | - |
| HSV(B) | 123.08º | 0.36% | 0.43% | - |
| XYZ | 9.16 | 12.71 | 8.1 | - |
| YUV | 93.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 72 | 0.36 | 0 | 0.34 | 0.57 | 123.08 | 0.22 | 0.35 |
| Hex | 46 | 6D | 48 | 24 | 0 | 22 | 39 | 7B | 16 | 23 |
| Octal | 106 | 155 | 110 | 44 | 0 | 42 | 71 | 173 | 26 | 43 |
| Binary | 1000110 | 1101101 | 1001000 | 100100 | 0 | 100010 | 111001 | 1111011 | 10110 | 100011 |
Color Harmonies of #466D48
Complementary color
Monochromatic Colors of #466D48
Black with #466D48
Text Example
Text Example
White with #466D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D48; }
p { color: rgb(70,109,72); }
H1.HeaderClassName
{
color: #466D48;
}
.AnyTagClassName
{
color: #466D48;
}
</style>
background-color css
<style>
a { background-color: #466D48; }
a { background-color: rgb(70,109,72); }
div.DivClassName
{
background-color: #466D48;
}
.BgClassName
{
background-color: #466D48;
}
</style>
border-color css
<style>
span { border-color: #466D48; }
span { border-color: rgb(70,109,72); }
td.TdClassName
{
border-color: #466D48;
}
.TagClassName
{
border-color: #466D48;
}
</style>