Shades of Killarney #4B754E
Tints of Killarney #4B754E
RGB
CMYK
RGB Variations
Color information
#4B754E (or 0x4B754E) is known color: Killarney. HEX triplet: 4B, 75 and 4E. RGB value is (75,117,78). Sum of RGB (Red+Green+Blue) = 75+117+78=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #4B754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B754E is #B48AB1. Grayscale: #646464. Windows color (decimal): -11831986 or 5141835. OLE color: 5141835.
HSL color Cylindrical-coordinate representation of color #4B754E: hue angle of 124.29º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B754E is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 78 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.54 |
| HSL | 124.29º | 0.22% | 0.38% | - |
| HSV(B) | 124.29º | 0.36% | 0.46% | - |
| XYZ | 10.64 | 14.77 | 9.5 | - |
| YUV | 100 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 78 | 0.36 | 0 | 0.33 | 0.54 | 124.29 | 0.22 | 0.38 |
| Hex | 4B | 75 | 4E | 24 | 0 | 21 | 36 | 7C | 16 | 26 |
| Octal | 113 | 165 | 116 | 44 | 0 | 41 | 66 | 174 | 26 | 46 |
| Binary | 1001011 | 1110101 | 1001110 | 100100 | 0 | 100001 | 110110 | 1111100 | 10110 | 100110 |
Color Harmonies of #4B754E
Complementary color
Monochromatic Colors of #4B754E
Black with #4B754E
Text Example
Text Example
White with #4B754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B754E; }
p { color: rgb(75,117,78); }
H1.HeaderClassName
{
color: #4B754E;
}
.AnyTagClassName
{
color: #4B754E;
}
</style>
background-color css
<style>
a { background-color: #4B754E; }
a { background-color: rgb(75,117,78); }
div.DivClassName
{
background-color: #4B754E;
}
.BgClassName
{
background-color: #4B754E;
}
</style>
border-color css
<style>
span { border-color: #4B754E; }
span { border-color: rgb(75,117,78); }
td.TdClassName
{
border-color: #4B754E;
}
.TagClassName
{
border-color: #4B754E;
}
</style>