Shades of Killarney #4B724E
Tints of Killarney #4B724E
RGB
CMYK
RGB Variations
Color information
#4B724E (or 0x4B724E) is known color: Killarney. HEX triplet: 4B, 72 and 4E. RGB value is (75,114,78). Sum of RGB (Red+Green+Blue) = 75+114+78=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #4B724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B724E is #B48DB1. Grayscale: #626262. Windows color (decimal): -11832754 or 5141067. OLE color: 5141067.
HSL color Cylindrical-coordinate representation of color #4B724E: hue angle of 124.62º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B724E is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 114 | 78 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.55 |
| HSL | 124.62º | 0.21% | 0.37% | - |
| HSV(B) | 124.62º | 0.34% | 0.45% | - |
| XYZ | 10.29 | 14.08 | 9.38 | - |
| YUV | 98.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 78 | 0.34 | 0 | 0.32 | 0.55 | 124.62 | 0.21 | 0.37 |
| Hex | 4B | 72 | 4E | 22 | 0 | 20 | 37 | 7D | 15 | 25 |
| Octal | 113 | 162 | 116 | 42 | 0 | 40 | 67 | 175 | 25 | 45 |
| Binary | 1001011 | 1110010 | 1001110 | 100010 | 0 | 100000 | 110111 | 1111101 | 10101 | 100101 |
Color Harmonies of #4B724E
Complementary color
Monochromatic Colors of #4B724E
Black with #4B724E
Text Example
Text Example
White with #4B724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B724E; }
p { color: rgb(75,114,78); }
H1.HeaderClassName
{
color: #4B724E;
}
.AnyTagClassName
{
color: #4B724E;
}
</style>
background-color css
<style>
a { background-color: #4B724E; }
a { background-color: rgb(75,114,78); }
div.DivClassName
{
background-color: #4B724E;
}
.BgClassName
{
background-color: #4B724E;
}
</style>
border-color css
<style>
span { border-color: #4B724E; }
span { border-color: rgb(75,114,78); }
td.TdClassName
{
border-color: #4B724E;
}
.TagClassName
{
border-color: #4B724E;
}
</style>