Shades of Killarney #4A764E
Tints of Killarney #4A764E
RGB
CMYK
RGB Variations
Color information
#4A764E (or 0x4A764E) is known color: Killarney. HEX triplet: 4A, 76 and 4E. RGB value is (74,118,78). Sum of RGB (Red+Green+Blue) = 74+118+78=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #4A764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A764E is #B589B1. Grayscale: #646464. Windows color (decimal): -11897266 or 5142090. OLE color: 5142090.
HSL color Cylindrical-coordinate representation of color #4A764E: hue angle of 125.45º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A764E is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 78 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.54 |
| HSL | 125.45º | 0.23% | 0.38% | - |
| HSV(B) | 125.45º | 0.37% | 0.46% | - |
| XYZ | 10.68 | 14.96 | 9.53 | - |
| YUV | 100.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 78 | 0.37 | 0 | 0.34 | 0.54 | 125.45 | 0.23 | 0.38 |
| Hex | 4A | 76 | 4E | 25 | 0 | 22 | 36 | 7D | 17 | 26 |
| Octal | 112 | 166 | 116 | 45 | 0 | 42 | 66 | 175 | 27 | 46 |
| Binary | 1001010 | 1110110 | 1001110 | 100101 | 0 | 100010 | 110110 | 1111101 | 10111 | 100110 |
Color Harmonies of #4A764E
Complementary color
Monochromatic Colors of #4A764E
Black with #4A764E
Text Example
Text Example
White with #4A764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A764E; }
p { color: rgb(74,118,78); }
H1.HeaderClassName
{
color: #4A764E;
}
.AnyTagClassName
{
color: #4A764E;
}
</style>
background-color css
<style>
a { background-color: #4A764E; }
a { background-color: rgb(74,118,78); }
div.DivClassName
{
background-color: #4A764E;
}
.BgClassName
{
background-color: #4A764E;
}
</style>
border-color css
<style>
span { border-color: #4A764E; }
span { border-color: rgb(74,118,78); }
td.TdClassName
{
border-color: #4A764E;
}
.TagClassName
{
border-color: #4A764E;
}
</style>