Shades of Killarney #4B6F4A
Tints of Killarney #4B6F4A
RGB
CMYK
RGB Variations
Color information
#4B6F4A (or 0x4B6F4A) is known color: Killarney. HEX triplet: 4B, 6F and 4A. RGB value is (75,111,74). Sum of RGB (Red+Green+Blue) = 75+111+74=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 111 - color contains mainly: green. Hex color #4B6F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6F4A is #B490B5. Grayscale: #606060. Windows color (decimal): -11833526 or 4878155. OLE color: 4878155.
HSL color Cylindrical-coordinate representation of color #4B6F4A: hue angle of 118.38º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B6F4A is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 111 | 74 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.56 |
| HSL | 118.38º | 0.2% | 0.36% | - |
| HSV(B) | 118.38º | 0.33% | 0.44% | - |
| XYZ | 9.82 | 13.36 | 8.54 | - |
| YUV | 96.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 111 | 74 | 0.32 | 0 | 0.33 | 0.56 | 118.38 | 0.2 | 0.36 |
| Hex | 4B | 6F | 4A | 20 | 0 | 21 | 38 | 76 | 14 | 24 |
| Octal | 113 | 157 | 112 | 40 | 0 | 41 | 70 | 166 | 24 | 44 |
| Binary | 1001011 | 1101111 | 1001010 | 100000 | 0 | 100001 | 111000 | 1110110 | 10100 | 100100 |
Color Harmonies of #4B6F4A
Complementary color
Monochromatic Colors of #4B6F4A
Black with #4B6F4A
Text Example
Text Example
White with #4B6F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6F4A; }
p { color: rgb(75,111,74); }
H1.HeaderClassName
{
color: #4B6F4A;
}
.AnyTagClassName
{
color: #4B6F4A;
}
</style>
background-color css
<style>
a { background-color: #4B6F4A; }
a { background-color: rgb(75,111,74); }
div.DivClassName
{
background-color: #4B6F4A;
}
.BgClassName
{
background-color: #4B6F4A;
}
</style>
border-color css
<style>
span { border-color: #4B6F4A; }
span { border-color: rgb(75,111,74); }
td.TdClassName
{
border-color: #4B6F4A;
}
.TagClassName
{
border-color: #4B6F4A;
}
</style>