Shades of Killarney #4B6A4E
Tints of Killarney #4B6A4E
RGB
CMYK
RGB Variations
Color information
#4B6A4E (or 0x4B6A4E) is known color: Killarney. HEX triplet: 4B, 6A and 4E. RGB value is (75,106,78). Sum of RGB (Red+Green+Blue) = 75+106+78=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 106 - color contains mainly: green. Hex color #4B6A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6A4E is #B495B1. Grayscale: #5D5D5D. Windows color (decimal): -11834802 or 5139019. OLE color: 5139019.
HSL color Cylindrical-coordinate representation of color #4B6A4E: hue angle of 125.81º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B6A4E is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 106 | 78 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.58 |
| HSL | 125.81º | 0.17% | 0.35% | - |
| HSV(B) | 125.81º | 0.29% | 0.42% | - |
| XYZ | 9.43 | 12.35 | 9.1 | - |
| YUV | 93.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 106 | 78 | 0.29 | 0 | 0.26 | 0.58 | 125.81 | 0.17 | 0.35 |
| Hex | 4B | 6A | 4E | 1D | 0 | 1A | 3A | 7E | 11 | 23 |
| Octal | 113 | 152 | 116 | 35 | 0 | 32 | 72 | 176 | 21 | 43 |
| Binary | 1001011 | 1101010 | 1001110 | 11101 | 0 | 11010 | 111010 | 1111110 | 10001 | 100011 |
Color Harmonies of #4B6A4E
Complementary color
Monochromatic Colors of #4B6A4E
Black with #4B6A4E
Text Example
Text Example
White with #4B6A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6A4E; }
p { color: rgb(75,106,78); }
H1.HeaderClassName
{
color: #4B6A4E;
}
.AnyTagClassName
{
color: #4B6A4E;
}
</style>
background-color css
<style>
a { background-color: #4B6A4E; }
a { background-color: rgb(75,106,78); }
div.DivClassName
{
background-color: #4B6A4E;
}
.BgClassName
{
background-color: #4B6A4E;
}
</style>
border-color css
<style>
span { border-color: #4B6A4E; }
span { border-color: rgb(75,106,78); }
td.TdClassName
{
border-color: #4B6A4E;
}
.TagClassName
{
border-color: #4B6A4E;
}
</style>