Shades of Killarney #497B4D
Tints of Killarney #497B4D
RGB
CMYK
RGB Variations
Color information
#497B4D (or 0x497B4D) is known color: Killarney. HEX triplet: 49, 7B and 4D. RGB value is (73,123,77). Sum of RGB (Red+Green+Blue) = 73+123+77=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #497B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497B4D is #B684B2. Grayscale: #666666. Windows color (decimal): -11961523 or 5077833. OLE color: 5077833.
HSL color Cylindrical-coordinate representation of color #497B4D: hue angle of 124.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497B4D is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 123 | 77 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.52 |
| HSL | 124.8º | 0.26% | 0.38% | - |
| HSV(B) | 124.8º | 0.41% | 0.48% | - |
| XYZ | 11.17 | 16.12 | 9.54 | - |
| YUV | 102.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 77 | 0.41 | 0 | 0.37 | 0.52 | 124.8 | 0.26 | 0.38 |
| Hex | 49 | 7B | 4D | 29 | 0 | 25 | 34 | 7D | 1A | 26 |
| Octal | 111 | 173 | 115 | 51 | 0 | 45 | 64 | 175 | 32 | 46 |
| Binary | 1001001 | 1111011 | 1001101 | 101001 | 0 | 100101 | 110100 | 1111101 | 11010 | 100110 |
Color Harmonies of #497B4D
Complementary color
Monochromatic Colors of #497B4D
Black with #497B4D
Text Example
Text Example
White with #497B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497B4D; }
p { color: rgb(73,123,77); }
H1.HeaderClassName
{
color: #497B4D;
}
.AnyTagClassName
{
color: #497B4D;
}
</style>
background-color css
<style>
a { background-color: #497B4D; }
a { background-color: rgb(73,123,77); }
div.DivClassName
{
background-color: #497B4D;
}
.BgClassName
{
background-color: #497B4D;
}
</style>
border-color css
<style>
span { border-color: #497B4D; }
span { border-color: rgb(73,123,77); }
td.TdClassName
{
border-color: #497B4D;
}
.TagClassName
{
border-color: #497B4D;
}
</style>