Shades of Killarney #4A724E
Tints of Killarney #4A724E
RGB
CMYK
RGB Variations
Color information
#4A724E (or 0x4A724E) is known color: Killarney. HEX triplet: 4A, 72 and 4E. RGB value is (74,114,78). Sum of RGB (Red+Green+Blue) = 74+114+78=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #4A724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A724E is #B58DB1. Grayscale: #626262. Windows color (decimal): -11898290 or 5141066. OLE color: 5141066.
HSL color Cylindrical-coordinate representation of color #4A724E: hue angle of 126º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A724E is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 78 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.55 |
| HSL | 126º | 0.21% | 0.37% | - |
| HSV(B) | 126º | 0.35% | 0.45% | - |
| XYZ | 10.22 | 14.04 | 9.38 | - |
| YUV | 97.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 78 | 0.35 | 0 | 0.32 | 0.55 | 126 | 0.21 | 0.37 |
| Hex | 4A | 72 | 4E | 23 | 0 | 20 | 37 | 7E | 15 | 25 |
| Octal | 112 | 162 | 116 | 43 | 0 | 40 | 67 | 176 | 25 | 45 |
| Binary | 1001010 | 1110010 | 1001110 | 100011 | 0 | 100000 | 110111 | 1111110 | 10101 | 100101 |
Color Harmonies of #4A724E
Complementary color
Monochromatic Colors of #4A724E
Black with #4A724E
Text Example
Text Example
White with #4A724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A724E; }
p { color: rgb(74,114,78); }
H1.HeaderClassName
{
color: #4A724E;
}
.AnyTagClassName
{
color: #4A724E;
}
</style>
background-color css
<style>
a { background-color: #4A724E; }
a { background-color: rgb(74,114,78); }
div.DivClassName
{
background-color: #4A724E;
}
.BgClassName
{
background-color: #4A724E;
}
</style>
border-color css
<style>
span { border-color: #4A724E; }
span { border-color: rgb(74,114,78); }
td.TdClassName
{
border-color: #4A724E;
}
.TagClassName
{
border-color: #4A724E;
}
</style>