Shades of Killarney #4A7854
Tints of Killarney #4A7854
RGB
CMYK
RGB Variations
Color information
#4A7854 (or 0x4A7854) is known color: Killarney. HEX triplet: 4A, 78 and 54. RGB value is (74,120,84). Sum of RGB (Red+Green+Blue) = 74+120+84=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7854 is #B587AB. Grayscale: #666666. Windows color (decimal): -11896748 or 5535818. OLE color: 5535818.
HSL color Cylindrical-coordinate representation of color #4A7854: hue angle of 133.04º 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 #4A7854 is Cyan = 0.38, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 120 | 84 | - |
| CMYK | 0.38 | 0 | 0.3 | 0.53 |
| HSL | 133.04º | 0.24% | 0.38% | - |
| HSV(B) | 133.04º | 0.38% | 0.47% | - |
| XYZ | 11.14 | 15.53 | 10.8 | - |
| YUV | 102.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 120 | 84 | 0.38 | 0 | 0.3 | 0.53 | 133.04 | 0.24 | 0.38 |
| Hex | 4A | 78 | 54 | 26 | 0 | 1E | 35 | 85 | 18 | 26 |
| Octal | 112 | 170 | 124 | 46 | 0 | 36 | 65 | 205 | 30 | 46 |
| Binary | 1001010 | 1111000 | 1010100 | 100110 | 0 | 11110 | 110101 | 10000101 | 11000 | 100110 |
Color Harmonies of #4A7854
Complementary color
Monochromatic Colors of #4A7854
Black with #4A7854
Text Example
Text Example
White with #4A7854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7854; }
p { color: rgb(74,120,84); }
H1.HeaderClassName
{
color: #4A7854;
}
.AnyTagClassName
{
color: #4A7854;
}
</style>
background-color css
<style>
a { background-color: #4A7854; }
a { background-color: rgb(74,120,84); }
div.DivClassName
{
background-color: #4A7854;
}
.BgClassName
{
background-color: #4A7854;
}
</style>
border-color css
<style>
span { border-color: #4A7854; }
span { border-color: rgb(74,120,84); }
td.TdClassName
{
border-color: #4A7854;
}
.TagClassName
{
border-color: #4A7854;
}
</style>