Shades of Killarney #4B7851
Tints of Killarney #4B7851
RGB
CMYK
RGB Variations
Color information
#4B7851 (or 0x4B7851) is known color: Killarney. HEX triplet: 4B, 78 and 51. RGB value is (75,120,81). Sum of RGB (Red+Green+Blue) = 75+120+81=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7851 is #B487AE. Grayscale: #666666. Windows color (decimal): -11831215 or 5339211. OLE color: 5339211.
HSL color Cylindrical-coordinate representation of color #4B7851: hue angle of 128º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7851 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 120 | 81 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.53 |
| HSL | 128º | 0.23% | 0.38% | - |
| HSV(B) | 128º | 0.38% | 0.47% | - |
| XYZ | 11.1 | 15.52 | 10.2 | - |
| YUV | 102.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 81 | 0.37 | 0 | 0.32 | 0.53 | 128 | 0.23 | 0.38 |
| Hex | 4B | 78 | 51 | 25 | 0 | 20 | 35 | 80 | 17 | 26 |
| Octal | 113 | 170 | 121 | 45 | 0 | 40 | 65 | 200 | 27 | 46 |
| Binary | 1001011 | 1111000 | 1010001 | 100101 | 0 | 100000 | 110101 | 10000000 | 10111 | 100110 |
Color Harmonies of #4B7851
Complementary color
Monochromatic Colors of #4B7851
Black with #4B7851
Text Example
Text Example
White with #4B7851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7851; }
p { color: rgb(75,120,81); }
H1.HeaderClassName
{
color: #4B7851;
}
.AnyTagClassName
{
color: #4B7851;
}
</style>
background-color css
<style>
a { background-color: #4B7851; }
a { background-color: rgb(75,120,81); }
div.DivClassName
{
background-color: #4B7851;
}
.BgClassName
{
background-color: #4B7851;
}
</style>
border-color css
<style>
span { border-color: #4B7851; }
span { border-color: rgb(75,120,81); }
td.TdClassName
{
border-color: #4B7851;
}
.TagClassName
{
border-color: #4B7851;
}
</style>