Shades of Killarney #467A4C
Tints of Killarney #467A4C
RGB
CMYK
RGB Variations
Color information
#467A4C (or 0x467A4C) is known color: Killarney. HEX triplet: 46, 7A and 4C. RGB value is (70,122,76). Sum of RGB (Red+Green+Blue) = 70+122+76=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #467A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467A4C is #B985B3. Grayscale: #656565. Windows color (decimal): -12158388 or 5012038. OLE color: 5012038.
HSL color Cylindrical-coordinate representation of color #467A4C: hue angle of 126.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467A4C is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 122 | 76 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.52 |
| HSL | 126.92º | 0.27% | 0.38% | - |
| HSV(B) | 126.92º | 0.43% | 0.48% | - |
| XYZ | 10.79 | 15.74 | 9.31 | - |
| YUV | 101.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 76 | 0.43 | 0 | 0.38 | 0.52 | 126.92 | 0.27 | 0.38 |
| Hex | 46 | 7A | 4C | 2B | 0 | 26 | 34 | 7F | 1B | 26 |
| Octal | 106 | 172 | 114 | 53 | 0 | 46 | 64 | 177 | 33 | 46 |
| Binary | 1000110 | 1111010 | 1001100 | 101011 | 0 | 100110 | 110100 | 1111111 | 11011 | 100110 |
Color Harmonies of #467A4C
Complementary color
Monochromatic Colors of #467A4C
Black with #467A4C
Text Example
Text Example
White with #467A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A4C; }
p { color: rgb(70,122,76); }
H1.HeaderClassName
{
color: #467A4C;
}
.AnyTagClassName
{
color: #467A4C;
}
</style>
background-color css
<style>
a { background-color: #467A4C; }
a { background-color: rgb(70,122,76); }
div.DivClassName
{
background-color: #467A4C;
}
.BgClassName
{
background-color: #467A4C;
}
</style>
border-color css
<style>
span { border-color: #467A4C; }
span { border-color: rgb(70,122,76); }
td.TdClassName
{
border-color: #467A4C;
}
.TagClassName
{
border-color: #467A4C;
}
</style>