Shades of Killarney #4A794A
Tints of Killarney #4A794A
RGB
CMYK
RGB Variations
Color information
#4A794A (or 0x4A794A) is known color: Killarney. HEX triplet: 4A, 79 and 4A. RGB value is (74,121,74). Sum of RGB (Red+Green+Blue) = 74+121+74=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #4A794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A794A is #B586B5. Grayscale: #656565. Windows color (decimal): -11896502 or 4880714. OLE color: 4880714.
HSL color Cylindrical-coordinate representation of color #4A794A: hue angle of 120º 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 #4A794A is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 121 | 74 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.53 |
| HSL | 120º | 0.24% | 0.38% | - |
| HSV(B) | 120º | 0.39% | 0.47% | - |
| XYZ | 10.9 | 15.63 | 8.92 | - |
| YUV | 101.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 121 | 74 | 0.39 | 0 | 0.39 | 0.53 | 120 | 0.24 | 0.38 |
| Hex | 4A | 79 | 4A | 27 | 0 | 27 | 35 | 78 | 18 | 26 |
| Octal | 112 | 171 | 112 | 47 | 0 | 47 | 65 | 170 | 30 | 46 |
| Binary | 1001010 | 1111001 | 1001010 | 100111 | 0 | 100111 | 110101 | 1111000 | 11000 | 100110 |
Color Harmonies of #4A794A
Complementary color
Monochromatic Colors of #4A794A
Black with #4A794A
Text Example
Text Example
White with #4A794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A794A; }
p { color: rgb(74,121,74); }
H1.HeaderClassName
{
color: #4A794A;
}
.AnyTagClassName
{
color: #4A794A;
}
</style>
background-color css
<style>
a { background-color: #4A794A; }
a { background-color: rgb(74,121,74); }
div.DivClassName
{
background-color: #4A794A;
}
.BgClassName
{
background-color: #4A794A;
}
</style>
border-color css
<style>
span { border-color: #4A794A; }
span { border-color: rgb(74,121,74); }
td.TdClassName
{
border-color: #4A794A;
}
.TagClassName
{
border-color: #4A794A;
}
</style>