Shades of Killarney #466B4C
Tints of Killarney #466B4C
RGB
CMYK
RGB Variations
Color information
#466B4C (or 0x466B4C) is known color: Killarney. HEX triplet: 46, 6B and 4C. RGB value is (70,107,76). Sum of RGB (Red+Green+Blue) = 70+107+76=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 107 - color contains mainly: green. Hex color #466B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B4C is #B994B3. Grayscale: #5C5C5C. Windows color (decimal): -12162228 or 5008198. OLE color: 5008198.
HSL color Cylindrical-coordinate representation of color #466B4C: hue angle of 129.73º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466B4C is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 76 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.58 |
| HSL | 129.73º | 0.21% | 0.35% | - |
| HSV(B) | 129.73º | 0.35% | 0.42% | - |
| XYZ | 9.09 | 12.34 | 8.74 | - |
| YUV | 92.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 76 | 0.35 | 0 | 0.29 | 0.58 | 129.73 | 0.21 | 0.35 |
| Hex | 46 | 6B | 4C | 23 | 0 | 1D | 3A | 82 | 15 | 23 |
| Octal | 106 | 153 | 114 | 43 | 0 | 35 | 72 | 202 | 25 | 43 |
| Binary | 1000110 | 1101011 | 1001100 | 100011 | 0 | 11101 | 111010 | 10000010 | 10101 | 100011 |
Color Harmonies of #466B4C
Complementary color
Monochromatic Colors of #466B4C
Black with #466B4C
Text Example
Text Example
White with #466B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B4C; }
p { color: rgb(70,107,76); }
H1.HeaderClassName
{
color: #466B4C;
}
.AnyTagClassName
{
color: #466B4C;
}
</style>
background-color css
<style>
a { background-color: #466B4C; }
a { background-color: rgb(70,107,76); }
div.DivClassName
{
background-color: #466B4C;
}
.BgClassName
{
background-color: #466B4C;
}
</style>
border-color css
<style>
span { border-color: #466B4C; }
span { border-color: rgb(70,107,76); }
td.TdClassName
{
border-color: #466B4C;
}
.TagClassName
{
border-color: #466B4C;
}
</style>