Shades of Killarney #467D4F
Tints of Killarney #467D4F
RGB
CMYK
RGB Variations
Color information
#467D4F (or 0x467D4F) is known color: Killarney. HEX triplet: 46, 7D and 4F. RGB value is (70,125,79). Sum of RGB (Red+Green+Blue) = 70+125+79=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #467D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467D4F is #B982B0. Grayscale: #676767. Windows color (decimal): -12157617 or 5209414. OLE color: 5209414.
HSL color Cylindrical-coordinate representation of color #467D4F: hue angle of 129.82º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467D4F is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 125 | 79 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.51 |
| HSL | 129.82º | 0.28% | 0.38% | - |
| HSV(B) | 129.82º | 0.44% | 0.49% | - |
| XYZ | 11.27 | 16.53 | 9.99 | - |
| YUV | 103.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 79 | 0.44 | 0 | 0.37 | 0.51 | 129.82 | 0.28 | 0.38 |
| Hex | 46 | 7D | 4F | 2C | 0 | 25 | 33 | 82 | 1C | 26 |
| Octal | 106 | 175 | 117 | 54 | 0 | 45 | 63 | 202 | 34 | 46 |
| Binary | 1000110 | 1111101 | 1001111 | 101100 | 0 | 100101 | 110011 | 10000010 | 11100 | 100110 |
Color Harmonies of #467D4F
Complementary color
Monochromatic Colors of #467D4F
Black with #467D4F
Text Example
Text Example
White with #467D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467D4F; }
p { color: rgb(70,125,79); }
H1.HeaderClassName
{
color: #467D4F;
}
.AnyTagClassName
{
color: #467D4F;
}
</style>
background-color css
<style>
a { background-color: #467D4F; }
a { background-color: rgb(70,125,79); }
div.DivClassName
{
background-color: #467D4F;
}
.BgClassName
{
background-color: #467D4F;
}
</style>
border-color css
<style>
span { border-color: #467D4F; }
span { border-color: rgb(70,125,79); }
td.TdClassName
{
border-color: #467D4F;
}
.TagClassName
{
border-color: #467D4F;
}
</style>