Shades of Killarney #4A794B
Tints of Killarney #4A794B
RGB
CMYK
RGB Variations
Color information
#4A794B (or 0x4A794B) is known color: Killarney. HEX triplet: 4A, 79 and 4B. RGB value is (74,121,75). Sum of RGB (Red+Green+Blue) = 74+121+75=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #4A794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A794B is #B586B4. Grayscale: #656565. Windows color (decimal): -11896501 or 4946250. OLE color: 4946250.
HSL color Cylindrical-coordinate representation of color #4A794B: hue angle of 121.28º 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 #4A794B is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 121 | 75 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.53 |
| HSL | 121.28º | 0.24% | 0.38% | - |
| HSV(B) | 121.28º | 0.39% | 0.47% | - |
| XYZ | 10.93 | 15.64 | 9.1 | - |
| YUV | 101.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 121 | 75 | 0.39 | 0 | 0.38 | 0.53 | 121.28 | 0.24 | 0.38 |
| Hex | 4A | 79 | 4B | 27 | 0 | 26 | 35 | 79 | 18 | 26 |
| Octal | 112 | 171 | 113 | 47 | 0 | 46 | 65 | 171 | 30 | 46 |
| Binary | 1001010 | 1111001 | 1001011 | 100111 | 0 | 100110 | 110101 | 1111001 | 11000 | 100110 |
Color Harmonies of #4A794B
Complementary color
Monochromatic Colors of #4A794B
Black with #4A794B
Text Example
Text Example
White with #4A794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A794B; }
p { color: rgb(74,121,75); }
H1.HeaderClassName
{
color: #4A794B;
}
.AnyTagClassName
{
color: #4A794B;
}
</style>
background-color css
<style>
a { background-color: #4A794B; }
a { background-color: rgb(74,121,75); }
div.DivClassName
{
background-color: #4A794B;
}
.BgClassName
{
background-color: #4A794B;
}
</style>
border-color css
<style>
span { border-color: #4A794B; }
span { border-color: rgb(74,121,75); }
td.TdClassName
{
border-color: #4A794B;
}
.TagClassName
{
border-color: #4A794B;
}
</style>