Shades of Killarney #4B704C
Tints of Killarney #4B704C
RGB
CMYK
RGB Variations
Color information
#4B704C (or 0x4B704C) is known color: Killarney. HEX triplet: 4B, 70 and 4C. RGB value is (75,112,76). Sum of RGB (Red+Green+Blue) = 75+112+76=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #4B704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B704C is #B48FB3. Grayscale: #606060. Windows color (decimal): -11833268 or 5009483. OLE color: 5009483.
HSL color Cylindrical-coordinate representation of color #4B704C: hue angle of 121.62º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B704C is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 112 | 76 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.56 |
| HSL | 121.62º | 0.2% | 0.37% | - |
| HSV(B) | 121.62º | 0.33% | 0.44% | - |
| XYZ | 10 | 13.61 | 8.94 | - |
| YUV | 96.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 112 | 76 | 0.33 | 0 | 0.32 | 0.56 | 121.62 | 0.2 | 0.37 |
| Hex | 4B | 70 | 4C | 21 | 0 | 20 | 38 | 7A | 14 | 25 |
| Octal | 113 | 160 | 114 | 41 | 0 | 40 | 70 | 172 | 24 | 45 |
| Binary | 1001011 | 1110000 | 1001100 | 100001 | 0 | 100000 | 111000 | 1111010 | 10100 | 100101 |
Color Harmonies of #4B704C
Complementary color
Monochromatic Colors of #4B704C
Black with #4B704C
Text Example
Text Example
White with #4B704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B704C; }
p { color: rgb(75,112,76); }
H1.HeaderClassName
{
color: #4B704C;
}
.AnyTagClassName
{
color: #4B704C;
}
</style>
background-color css
<style>
a { background-color: #4B704C; }
a { background-color: rgb(75,112,76); }
div.DivClassName
{
background-color: #4B704C;
}
.BgClassName
{
background-color: #4B704C;
}
</style>
border-color css
<style>
span { border-color: #4B704C; }
span { border-color: rgb(75,112,76); }
td.TdClassName
{
border-color: #4B704C;
}
.TagClassName
{
border-color: #4B704C;
}
</style>