Shades of Killarney #4A704D
Tints of Killarney #4A704D
RGB
CMYK
RGB Variations
Color information
#4A704D (or 0x4A704D) is known color: Killarney. HEX triplet: 4A, 70 and 4D. RGB value is (74,112,77). Sum of RGB (Red+Green+Blue) = 74+112+77=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #4A704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A704D is #B58FB2. Grayscale: #606060. Windows color (decimal): -11898803 or 5075018. OLE color: 5075018.
HSL color Cylindrical-coordinate representation of color #4A704D: hue angle of 124.74º 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 #4A704D is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 77 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.56 |
| HSL | 124.74º | 0.2% | 0.36% | - |
| HSV(B) | 124.74º | 0.34% | 0.44% | - |
| XYZ | 9.96 | 13.58 | 9.12 | - |
| YUV | 96.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 77 | 0.34 | 0 | 0.31 | 0.56 | 124.74 | 0.2 | 0.36 |
| Hex | 4A | 70 | 4D | 22 | 0 | 1F | 38 | 7D | 14 | 24 |
| Octal | 112 | 160 | 115 | 42 | 0 | 37 | 70 | 175 | 24 | 44 |
| Binary | 1001010 | 1110000 | 1001101 | 100010 | 0 | 11111 | 111000 | 1111101 | 10100 | 100100 |
Color Harmonies of #4A704D
Complementary color
Monochromatic Colors of #4A704D
Black with #4A704D
Text Example
Text Example
White with #4A704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A704D; }
p { color: rgb(74,112,77); }
H1.HeaderClassName
{
color: #4A704D;
}
.AnyTagClassName
{
color: #4A704D;
}
</style>
background-color css
<style>
a { background-color: #4A704D; }
a { background-color: rgb(74,112,77); }
div.DivClassName
{
background-color: #4A704D;
}
.BgClassName
{
background-color: #4A704D;
}
</style>
border-color css
<style>
span { border-color: #4A704D; }
span { border-color: rgb(74,112,77); }
td.TdClassName
{
border-color: #4A704D;
}
.TagClassName
{
border-color: #4A704D;
}
</style>