Shades of Killarney #4A794D
Tints of Killarney #4A794D
RGB
CMYK
RGB Variations
Color information
#4A794D (or 0x4A794D) is known color: Killarney. HEX triplet: 4A, 79 and 4D. RGB value is (74,121,77). Sum of RGB (Red+Green+Blue) = 74+121+77=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #4A794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A794D is #B586B2. Grayscale: #666666. Windows color (decimal): -11896499 or 5077322. OLE color: 5077322.
HSL color Cylindrical-coordinate representation of color #4A794D: hue angle of 123.83º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A794D is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 121 | 77 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.53 |
| HSL | 123.83º | 0.24% | 0.38% | - |
| HSV(B) | 123.83º | 0.39% | 0.47% | - |
| XYZ | 11 | 15.67 | 9.47 | - |
| YUV | 101.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 121 | 77 | 0.39 | 0 | 0.36 | 0.53 | 123.83 | 0.24 | 0.38 |
| Hex | 4A | 79 | 4D | 27 | 0 | 24 | 35 | 7C | 18 | 26 |
| Octal | 112 | 171 | 115 | 47 | 0 | 44 | 65 | 174 | 30 | 46 |
| Binary | 1001010 | 1111001 | 1001101 | 100111 | 0 | 100100 | 110101 | 1111100 | 11000 | 100110 |
Color Harmonies of #4A794D
Complementary color
Monochromatic Colors of #4A794D
Black with #4A794D
Text Example
Text Example
White with #4A794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A794D; }
p { color: rgb(74,121,77); }
H1.HeaderClassName
{
color: #4A794D;
}
.AnyTagClassName
{
color: #4A794D;
}
</style>
background-color css
<style>
a { background-color: #4A794D; }
a { background-color: rgb(74,121,77); }
div.DivClassName
{
background-color: #4A794D;
}
.BgClassName
{
background-color: #4A794D;
}
</style>
border-color css
<style>
span { border-color: #4A794D; }
span { border-color: rgb(74,121,77); }
td.TdClassName
{
border-color: #4A794D;
}
.TagClassName
{
border-color: #4A794D;
}
</style>