Shades of Killarney #467F4C
Tints of Killarney #467F4C
RGB
CMYK
RGB Variations
Color information
#467F4C (or 0x467F4C) is known color: Killarney. HEX triplet: 46, 7F and 4C. RGB value is (70,127,76). Sum of RGB (Red+Green+Blue) = 70+127+76=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #467F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467F4C is #B980B3. Grayscale: #686868. Windows color (decimal): -12157108 or 5013318. OLE color: 5013318.
HSL color Cylindrical-coordinate representation of color #467F4C: hue angle of 126.32º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467F4C is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 127 | 76 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.50 |
| HSL | 126.32º | 0.29% | 0.39% | - |
| HSV(B) | 126.32º | 0.45% | 0.5% | - |
| XYZ | 11.42 | 17 | 9.52 | - |
| YUV | 104.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 76 | 0.45 | 0 | 0.40 | 0.50 | 126.32 | 0.29 | 0.39 |
| Hex | 46 | 7F | 4C | 2D | 0 | 28 | 32 | 7E | 1D | 27 |
| Octal | 106 | 177 | 114 | 55 | 0 | 50 | 62 | 176 | 35 | 47 |
| Binary | 1000110 | 1111111 | 1001100 | 101101 | 0 | 101000 | 110010 | 1111110 | 11101 | 100111 |
Color Harmonies of #467F4C
Complementary color
Monochromatic Colors of #467F4C
Black with #467F4C
Text Example
Text Example
White with #467F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F4C; }
p { color: rgb(70,127,76); }
H1.HeaderClassName
{
color: #467F4C;
}
.AnyTagClassName
{
color: #467F4C;
}
</style>
background-color css
<style>
a { background-color: #467F4C; }
a { background-color: rgb(70,127,76); }
div.DivClassName
{
background-color: #467F4C;
}
.BgClassName
{
background-color: #467F4C;
}
</style>
border-color css
<style>
span { border-color: #467F4C; }
span { border-color: rgb(70,127,76); }
td.TdClassName
{
border-color: #467F4C;
}
.TagClassName
{
border-color: #467F4C;
}
</style>