Shades of Killarney #4A784D
Tints of Killarney #4A784D
RGB
CMYK
RGB Variations
Color information
#4A784D (or 0x4A784D) is known color: Killarney. HEX triplet: 4A, 78 and 4D. RGB value is (74,120,77). Sum of RGB (Red+Green+Blue) = 74+120+77=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #4A784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A784D is #B587B2. Grayscale: #656565. Windows color (decimal): -11896755 or 5077066. OLE color: 5077066.
HSL color Cylindrical-coordinate representation of color #4A784D: hue angle of 123.91º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A784D is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 120 | 77 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.53 |
| HSL | 123.91º | 0.24% | 0.38% | - |
| HSV(B) | 123.91º | 0.38% | 0.47% | - |
| XYZ | 10.88 | 15.42 | 9.42 | - |
| YUV | 101.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 120 | 77 | 0.38 | 0 | 0.36 | 0.53 | 123.91 | 0.24 | 0.38 |
| Hex | 4A | 78 | 4D | 26 | 0 | 24 | 35 | 7C | 18 | 26 |
| Octal | 112 | 170 | 115 | 46 | 0 | 44 | 65 | 174 | 30 | 46 |
| Binary | 1001010 | 1111000 | 1001101 | 100110 | 0 | 100100 | 110101 | 1111100 | 11000 | 100110 |
Color Harmonies of #4A784D
Complementary color
Monochromatic Colors of #4A784D
Black with #4A784D
Text Example
Text Example
White with #4A784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A784D; }
p { color: rgb(74,120,77); }
H1.HeaderClassName
{
color: #4A784D;
}
.AnyTagClassName
{
color: #4A784D;
}
</style>
background-color css
<style>
a { background-color: #4A784D; }
a { background-color: rgb(74,120,77); }
div.DivClassName
{
background-color: #4A784D;
}
.BgClassName
{
background-color: #4A784D;
}
</style>
border-color css
<style>
span { border-color: #4A784D; }
span { border-color: rgb(74,120,77); }
td.TdClassName
{
border-color: #4A784D;
}
.TagClassName
{
border-color: #4A784D;
}
</style>