Shades of Killarney #4F6B52
Tints of Killarney #4F6B52
RGB
CMYK
RGB Variations
Color information
#4F6B52 (or 0x4F6B52) is known color: Killarney. HEX triplet: 4F, 6B and 52. RGB value is (79,107,82). Sum of RGB (Red+Green+Blue) = 79+107+82=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6B52 is #B094AD. Grayscale: #5F5F5F. Windows color (decimal): -11572398 or 5401423. OLE color: 5401423.
HSL color Cylindrical-coordinate representation of color #4F6B52: hue angle of 126.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F6B52 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 107 | 82 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.58 |
| HSL | 126.43º | 0.15% | 0.36% | - |
| HSV(B) | 126.43º | 0.26% | 0.42% | - |
| XYZ | 10.01 | 12.79 | 9.92 | - |
| YUV | 95.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 107 | 82 | 0.26 | 0 | 0.23 | 0.58 | 126.43 | 0.15 | 0.36 |
| Hex | 4F | 6B | 52 | 1A | 0 | 17 | 3A | 7E | F | 24 |
| Octal | 117 | 153 | 122 | 32 | 0 | 27 | 72 | 176 | 17 | 44 |
| Binary | 1001111 | 1101011 | 1010010 | 11010 | 0 | 10111 | 111010 | 1111110 | 1111 | 100100 |
Color Harmonies of #4F6B52
Complementary color
Monochromatic Colors of #4F6B52
Black with #4F6B52
Text Example
Text Example
White with #4F6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6B52; }
p { color: rgb(79,107,82); }
H1.HeaderClassName
{
color: #4F6B52;
}
.AnyTagClassName
{
color: #4F6B52;
}
</style>
background-color css
<style>
a { background-color: #4F6B52; }
a { background-color: rgb(79,107,82); }
div.DivClassName
{
background-color: #4F6B52;
}
.BgClassName
{
background-color: #4F6B52;
}
</style>
border-color css
<style>
span { border-color: #4F6B52; }
span { border-color: rgb(79,107,82); }
td.TdClassName
{
border-color: #4F6B52;
}
.TagClassName
{
border-color: #4F6B52;
}
</style>