Shades of Killarney #4B7153
Tints of Killarney #4B7153
RGB
CMYK
RGB Variations
Color information
#4B7153 (or 0x4B7153) is known color: Killarney. HEX triplet: 4B, 71 and 53. RGB value is (75,113,83). Sum of RGB (Red+Green+Blue) = 75+113+83=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7153 is #B48EAC. Grayscale: #626262. Windows color (decimal): -11833005 or 5468491. OLE color: 5468491.
HSL color Cylindrical-coordinate representation of color #4B7153: hue angle of 132.63º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B7153 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 83 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.56 |
| HSL | 132.63º | 0.2% | 0.37% | - |
| HSV(B) | 132.63º | 0.34% | 0.44% | - |
| XYZ | 10.37 | 13.93 | 10.33 | - |
| YUV | 98.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 83 | 0.34 | 0 | 0.27 | 0.56 | 132.63 | 0.2 | 0.37 |
| Hex | 4B | 71 | 53 | 22 | 0 | 1B | 38 | 85 | 14 | 25 |
| Octal | 113 | 161 | 123 | 42 | 0 | 33 | 70 | 205 | 24 | 45 |
| Binary | 1001011 | 1110001 | 1010011 | 100010 | 0 | 11011 | 111000 | 10000101 | 10100 | 100101 |
Color Harmonies of #4B7153
Complementary color
Monochromatic Colors of #4B7153
Black with #4B7153
Text Example
Text Example
White with #4B7153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7153; }
p { color: rgb(75,113,83); }
H1.HeaderClassName
{
color: #4B7153;
}
.AnyTagClassName
{
color: #4B7153;
}
</style>
background-color css
<style>
a { background-color: #4B7153; }
a { background-color: rgb(75,113,83); }
div.DivClassName
{
background-color: #4B7153;
}
.BgClassName
{
background-color: #4B7153;
}
</style>
border-color css
<style>
span { border-color: #4B7153; }
span { border-color: rgb(75,113,83); }
td.TdClassName
{
border-color: #4B7153;
}
.TagClassName
{
border-color: #4B7153;
}
</style>