Shades of Killarney #4A7E4D
Tints of Killarney #4A7E4D
RGB
CMYK
RGB Variations
Color information
#4A7E4D (or 0x4A7E4D) is known color: Killarney. HEX triplet: 4A, 7E and 4D. RGB value is (74,126,77). Sum of RGB (Red+Green+Blue) = 74+126+77=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 126 - color contains mainly: green. Hex color #4A7E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7E4D is #B581B2. Grayscale: #696969. Windows color (decimal): -11895219 or 5078602. OLE color: 5078602.
HSL color Cylindrical-coordinate representation of color #4A7E4D: hue angle of 123.46º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A7E4D is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 126 | 77 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.51 |
| HSL | 123.46º | 0.26% | 0.39% | - |
| HSV(B) | 123.46º | 0.41% | 0.49% | - |
| XYZ | 11.62 | 16.91 | 9.67 | - |
| YUV | 104.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 77 | 0.41 | 0 | 0.39 | 0.51 | 123.46 | 0.26 | 0.39 |
| Hex | 4A | 7E | 4D | 29 | 0 | 27 | 33 | 7B | 1A | 27 |
| Octal | 112 | 176 | 115 | 51 | 0 | 47 | 63 | 173 | 32 | 47 |
| Binary | 1001010 | 1111110 | 1001101 | 101001 | 0 | 100111 | 110011 | 1111011 | 11010 | 100111 |
Color Harmonies of #4A7E4D
Complementary color
Monochromatic Colors of #4A7E4D
Black with #4A7E4D
Text Example
Text Example
White with #4A7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7E4D; }
p { color: rgb(74,126,77); }
H1.HeaderClassName
{
color: #4A7E4D;
}
.AnyTagClassName
{
color: #4A7E4D;
}
</style>
background-color css
<style>
a { background-color: #4A7E4D; }
a { background-color: rgb(74,126,77); }
div.DivClassName
{
background-color: #4A7E4D;
}
.BgClassName
{
background-color: #4A7E4D;
}
</style>
border-color css
<style>
span { border-color: #4A7E4D; }
span { border-color: rgb(74,126,77); }
td.TdClassName
{
border-color: #4A7E4D;
}
.TagClassName
{
border-color: #4A7E4D;
}
</style>