Shades of Killarney #497E4E
Tints of Killarney #497E4E
RGB
CMYK
RGB Variations
Color information
#497E4E (or 0x497E4E) is known color: Killarney. HEX triplet: 49, 7E and 4E. RGB value is (73,126,78). Sum of RGB (Red+Green+Blue) = 73+126+78=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 126 - color contains mainly: green. Hex color #497E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497E4E is #B681B1. Grayscale: #686868. Windows color (decimal): -11960754 or 5144137. OLE color: 5144137.
HSL color Cylindrical-coordinate representation of color #497E4E: hue angle of 125.66º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497E4E is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 126 | 78 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.51 |
| HSL | 125.66º | 0.27% | 0.39% | - |
| HSV(B) | 125.66º | 0.42% | 0.49% | - |
| XYZ | 11.58 | 16.89 | 9.86 | - |
| YUV | 104.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 78 | 0.42 | 0 | 0.38 | 0.51 | 125.66 | 0.27 | 0.39 |
| Hex | 49 | 7E | 4E | 2A | 0 | 26 | 33 | 7E | 1B | 27 |
| Octal | 111 | 176 | 116 | 52 | 0 | 46 | 63 | 176 | 33 | 47 |
| Binary | 1001001 | 1111110 | 1001110 | 101010 | 0 | 100110 | 110011 | 1111110 | 11011 | 100111 |
Color Harmonies of #497E4E
Complementary color
Monochromatic Colors of #497E4E
Black with #497E4E
Text Example
Text Example
White with #497E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497E4E; }
p { color: rgb(73,126,78); }
H1.HeaderClassName
{
color: #497E4E;
}
.AnyTagClassName
{
color: #497E4E;
}
</style>
background-color css
<style>
a { background-color: #497E4E; }
a { background-color: rgb(73,126,78); }
div.DivClassName
{
background-color: #497E4E;
}
.BgClassName
{
background-color: #497E4E;
}
</style>
border-color css
<style>
span { border-color: #497E4E; }
span { border-color: rgb(73,126,78); }
td.TdClassName
{
border-color: #497E4E;
}
.TagClassName
{
border-color: #497E4E;
}
</style>