Shades of Killarney #466D4D
Tints of Killarney #466D4D
RGB
CMYK
RGB Variations
Color information
#466D4D (or 0x466D4D) is known color: Killarney. HEX triplet: 46, 6D and 4D. RGB value is (70,109,77). Sum of RGB (Red+Green+Blue) = 70+109+77=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #466D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D4D is #B992B2. Grayscale: #5D5D5D. Windows color (decimal): -12161715 or 5074246. OLE color: 5074246.
HSL color Cylindrical-coordinate representation of color #466D4D: hue angle of 130.77º 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 #466D4D is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 109 | 77 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.57 |
| HSL | 130.77º | 0.22% | 0.35% | - |
| HSV(B) | 130.77º | 0.36% | 0.43% | - |
| XYZ | 9.33 | 12.78 | 9 | - |
| YUV | 93.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 77 | 0.36 | 0 | 0.29 | 0.57 | 130.77 | 0.22 | 0.35 |
| Hex | 46 | 6D | 4D | 24 | 0 | 1D | 39 | 83 | 16 | 23 |
| Octal | 106 | 155 | 115 | 44 | 0 | 35 | 71 | 203 | 26 | 43 |
| Binary | 1000110 | 1101101 | 1001101 | 100100 | 0 | 11101 | 111001 | 10000011 | 10110 | 100011 |
Color Harmonies of #466D4D
Complementary color
Monochromatic Colors of #466D4D
Black with #466D4D
Text Example
Text Example
White with #466D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D4D; }
p { color: rgb(70,109,77); }
H1.HeaderClassName
{
color: #466D4D;
}
.AnyTagClassName
{
color: #466D4D;
}
</style>
background-color css
<style>
a { background-color: #466D4D; }
a { background-color: rgb(70,109,77); }
div.DivClassName
{
background-color: #466D4D;
}
.BgClassName
{
background-color: #466D4D;
}
</style>
border-color css
<style>
span { border-color: #466D4D; }
span { border-color: rgb(70,109,77); }
td.TdClassName
{
border-color: #466D4D;
}
.TagClassName
{
border-color: #466D4D;
}
</style>