Shades of Killarney #4B6E4D
Tints of Killarney #4B6E4D
RGB
CMYK
RGB Variations
Color information
#4B6E4D (or 0x4B6E4D) is known color: Killarney. HEX triplet: 4B, 6E and 4D. RGB value is (75,110,77). Sum of RGB (Red+Green+Blue) = 75+110+77=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 110 - color contains mainly: green. Hex color #4B6E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6E4D is #B491B2. Grayscale: #5F5F5F. Windows color (decimal): -11833779 or 5074507. OLE color: 5074507.
HSL color Cylindrical-coordinate representation of color #4B6E4D: hue angle of 123.43º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B6E4D is Cyan = 0.32, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 110 | 77 | - |
| CMYK | 0.32 | 0 | 0.3 | 0.57 |
| HSL | 123.43º | 0.19% | 0.36% | - |
| HSV(B) | 123.43º | 0.32% | 0.43% | - |
| XYZ | 9.82 | 13.18 | 9.05 | - |
| YUV | 95.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 77 | 0.32 | 0 | 0.3 | 0.57 | 123.43 | 0.19 | 0.36 |
| Hex | 4B | 6E | 4D | 20 | 0 | 1E | 39 | 7B | 13 | 24 |
| Octal | 113 | 156 | 115 | 40 | 0 | 36 | 71 | 173 | 23 | 44 |
| Binary | 1001011 | 1101110 | 1001101 | 100000 | 0 | 11110 | 111001 | 1111011 | 10011 | 100100 |
Color Harmonies of #4B6E4D
Complementary color
Monochromatic Colors of #4B6E4D
Black with #4B6E4D
Text Example
Text Example
White with #4B6E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6E4D; }
p { color: rgb(75,110,77); }
H1.HeaderClassName
{
color: #4B6E4D;
}
.AnyTagClassName
{
color: #4B6E4D;
}
</style>
background-color css
<style>
a { background-color: #4B6E4D; }
a { background-color: rgb(75,110,77); }
div.DivClassName
{
background-color: #4B6E4D;
}
.BgClassName
{
background-color: #4B6E4D;
}
</style>
border-color css
<style>
span { border-color: #4B6E4D; }
span { border-color: rgb(75,110,77); }
td.TdClassName
{
border-color: #4B6E4D;
}
.TagClassName
{
border-color: #4B6E4D;
}
</style>