Shades of Killarney #466A4A
Tints of Killarney #466A4A
RGB
CMYK
RGB Variations
Color information
#466A4A (or 0x466A4A) is known color: Killarney. HEX triplet: 46, 6A and 4A. RGB value is (70,106,74). Sum of RGB (Red+Green+Blue) = 70+106+74=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #466A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A4A is #B995B5. Grayscale: #5B5B5B. Windows color (decimal): -12162486 or 4876870. OLE color: 4876870.
HSL color Cylindrical-coordinate representation of color #466A4A: hue angle of 126.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A4A is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 74 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.58 |
| HSL | 126.67º | 0.2% | 0.35% | - |
| HSV(B) | 126.67º | 0.34% | 0.42% | - |
| XYZ | 8.92 | 12.1 | 8.35 | - |
| YUV | 91.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 74 | 0.34 | 0 | 0.30 | 0.58 | 126.67 | 0.2 | 0.35 |
| Hex | 46 | 6A | 4A | 22 | 0 | 1E | 3A | 7F | 14 | 23 |
| Octal | 106 | 152 | 112 | 42 | 0 | 36 | 72 | 177 | 24 | 43 |
| Binary | 1000110 | 1101010 | 1001010 | 100010 | 0 | 11110 | 111010 | 1111111 | 10100 | 100011 |
Color Harmonies of #466A4A
Complementary color
Monochromatic Colors of #466A4A
Black with #466A4A
Text Example
Text Example
White with #466A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A4A; }
p { color: rgb(70,106,74); }
H1.HeaderClassName
{
color: #466A4A;
}
.AnyTagClassName
{
color: #466A4A;
}
</style>
background-color css
<style>
a { background-color: #466A4A; }
a { background-color: rgb(70,106,74); }
div.DivClassName
{
background-color: #466A4A;
}
.BgClassName
{
background-color: #466A4A;
}
</style>
border-color css
<style>
span { border-color: #466A4A; }
span { border-color: rgb(70,106,74); }
td.TdClassName
{
border-color: #466A4A;
}
.TagClassName
{
border-color: #466A4A;
}
</style>