Shades of Killarney #4A794E
Tints of Killarney #4A794E
RGB
CMYK
RGB Variations
Color information
#4A794E (or 0x4A794E) is known color: Killarney. HEX triplet: 4A, 79 and 4E. RGB value is (74,121,78). Sum of RGB (Red+Green+Blue) = 74+121+78=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #4A794E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A794E is #B586B1. Grayscale: #666666. Windows color (decimal): -11896498 or 5142858. OLE color: 5142858.
HSL color Cylindrical-coordinate representation of color #4A794E: hue angle of 125.11º 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 #4A794E is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 121 | 78 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.53 |
| HSL | 125.11º | 0.24% | 0.38% | - |
| HSV(B) | 125.11º | 0.39% | 0.47% | - |
| XYZ | 11.04 | 15.68 | 9.65 | - |
| YUV | 102.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 121 | 78 | 0.39 | 0 | 0.36 | 0.53 | 125.11 | 0.24 | 0.38 |
| Hex | 4A | 79 | 4E | 27 | 0 | 24 | 35 | 7D | 18 | 26 |
| Octal | 112 | 171 | 116 | 47 | 0 | 44 | 65 | 175 | 30 | 46 |
| Binary | 1001010 | 1111001 | 1001110 | 100111 | 0 | 100100 | 110101 | 1111101 | 11000 | 100110 |
Color Harmonies of #4A794E
Complementary color
Monochromatic Colors of #4A794E
Black with #4A794E
Text Example
Text Example
White with #4A794E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A794E; }
p { color: rgb(74,121,78); }
H1.HeaderClassName
{
color: #4A794E;
}
.AnyTagClassName
{
color: #4A794E;
}
</style>
background-color css
<style>
a { background-color: #4A794E; }
a { background-color: rgb(74,121,78); }
div.DivClassName
{
background-color: #4A794E;
}
.BgClassName
{
background-color: #4A794E;
}
</style>
border-color css
<style>
span { border-color: #4A794E; }
span { border-color: rgb(74,121,78); }
td.TdClassName
{
border-color: #4A794E;
}
.TagClassName
{
border-color: #4A794E;
}
</style>