Shades of Killarney #4A7053
Tints of Killarney #4A7053
RGB
CMYK
RGB Variations
Color information
#4A7053 (or 0x4A7053) is known color: Killarney. HEX triplet: 4A, 70 and 53. RGB value is (74,112,83). Sum of RGB (Red+Green+Blue) = 74+112+83=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7053 is #B58FAC. Grayscale: #616161. Windows color (decimal): -11898797 or 5468234. OLE color: 5468234.
HSL color Cylindrical-coordinate representation of color #4A7053: hue angle of 134.21º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A7053 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 83 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.56 |
| HSL | 134.21º | 0.2% | 0.36% | - |
| HSV(B) | 134.21º | 0.34% | 0.44% | - |
| XYZ | 10.18 | 13.67 | 10.29 | - |
| YUV | 97.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 83 | 0.34 | 0 | 0.26 | 0.56 | 134.21 | 0.2 | 0.36 |
| Hex | 4A | 70 | 53 | 22 | 0 | 1A | 38 | 86 | 14 | 24 |
| Octal | 112 | 160 | 123 | 42 | 0 | 32 | 70 | 206 | 24 | 44 |
| Binary | 1001010 | 1110000 | 1010011 | 100010 | 0 | 11010 | 111000 | 10000110 | 10100 | 100100 |
Color Harmonies of #4A7053
Complementary color
Monochromatic Colors of #4A7053
Black with #4A7053
Text Example
Text Example
White with #4A7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7053; }
p { color: rgb(74,112,83); }
H1.HeaderClassName
{
color: #4A7053;
}
.AnyTagClassName
{
color: #4A7053;
}
</style>
background-color css
<style>
a { background-color: #4A7053; }
a { background-color: rgb(74,112,83); }
div.DivClassName
{
background-color: #4A7053;
}
.BgClassName
{
background-color: #4A7053;
}
</style>
border-color css
<style>
span { border-color: #4A7053; }
span { border-color: rgb(74,112,83); }
td.TdClassName
{
border-color: #4A7053;
}
.TagClassName
{
border-color: #4A7053;
}
</style>