Shades of Killarney #4B7E49
Tints of Killarney #4B7E49
RGB
CMYK
RGB Variations
Color information
#4B7E49 (or 0x4B7E49) is known color: Killarney. HEX triplet: 4B, 7E and 49. RGB value is (75,126,73). Sum of RGB (Red+Green+Blue) = 75+126+73=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 126 - color contains mainly: green. Hex color #4B7E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7E49 is #B481B6. Grayscale: #686868. Windows color (decimal): -11829687 or 4816459. OLE color: 4816459.
HSL color Cylindrical-coordinate representation of color #4B7E49: hue angle of 117.74º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B7E49 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 126 | 73 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.51 |
| HSL | 117.74º | 0.27% | 0.39% | - |
| HSV(B) | 117.74º | 0.42% | 0.49% | - |
| XYZ | 11.57 | 16.9 | 8.96 | - |
| YUV | 104.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 126 | 73 | 0.40 | 0 | 0.42 | 0.51 | 117.74 | 0.27 | 0.39 |
| Hex | 4B | 7E | 49 | 28 | 0 | 2A | 33 | 76 | 1B | 27 |
| Octal | 113 | 176 | 111 | 50 | 0 | 52 | 63 | 166 | 33 | 47 |
| Binary | 1001011 | 1111110 | 1001001 | 101000 | 0 | 101010 | 110011 | 1110110 | 11011 | 100111 |
Color Harmonies of #4B7E49
Complementary color
Monochromatic Colors of #4B7E49
Black with #4B7E49
Text Example
Text Example
White with #4B7E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7E49; }
p { color: rgb(75,126,73); }
H1.HeaderClassName
{
color: #4B7E49;
}
.AnyTagClassName
{
color: #4B7E49;
}
</style>
background-color css
<style>
a { background-color: #4B7E49; }
a { background-color: rgb(75,126,73); }
div.DivClassName
{
background-color: #4B7E49;
}
.BgClassName
{
background-color: #4B7E49;
}
</style>
border-color css
<style>
span { border-color: #4B7E49; }
span { border-color: rgb(75,126,73); }
td.TdClassName
{
border-color: #4B7E49;
}
.TagClassName
{
border-color: #4B7E49;
}
</style>