Shades of Killarney #4B6E4F
Tints of Killarney #4B6E4F
RGB
CMYK
RGB Variations
Color information
#4B6E4F (or 0x4B6E4F) is known color: Killarney. HEX triplet: 4B, 6E and 4F. RGB value is (75,110,79). Sum of RGB (Red+Green+Blue) = 75+110+79=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 110 - color contains mainly: green. Hex color #4B6E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6E4F is #B491B0. Grayscale: #606060. Windows color (decimal): -11833777 or 5205579. OLE color: 5205579.
HSL color Cylindrical-coordinate representation of color #4B6E4F: hue angle of 126.86º 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 #4B6E4F is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 110 | 79 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.57 |
| HSL | 126.86º | 0.19% | 0.36% | - |
| HSV(B) | 126.86º | 0.32% | 0.43% | - |
| XYZ | 9.89 | 13.21 | 9.43 | - |
| YUV | 96 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 79 | 0.32 | 0 | 0.28 | 0.57 | 126.86 | 0.19 | 0.36 |
| Hex | 4B | 6E | 4F | 20 | 0 | 1C | 39 | 7F | 13 | 24 |
| Octal | 113 | 156 | 117 | 40 | 0 | 34 | 71 | 177 | 23 | 44 |
| Binary | 1001011 | 1101110 | 1001111 | 100000 | 0 | 11100 | 111001 | 1111111 | 10011 | 100100 |
Color Harmonies of #4B6E4F
Complementary color
Monochromatic Colors of #4B6E4F
Black with #4B6E4F
Text Example
Text Example
White with #4B6E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6E4F; }
p { color: rgb(75,110,79); }
H1.HeaderClassName
{
color: #4B6E4F;
}
.AnyTagClassName
{
color: #4B6E4F;
}
</style>
background-color css
<style>
a { background-color: #4B6E4F; }
a { background-color: rgb(75,110,79); }
div.DivClassName
{
background-color: #4B6E4F;
}
.BgClassName
{
background-color: #4B6E4F;
}
</style>
border-color css
<style>
span { border-color: #4B6E4F; }
span { border-color: rgb(75,110,79); }
td.TdClassName
{
border-color: #4B6E4F;
}
.TagClassName
{
border-color: #4B6E4F;
}
</style>