Shades of Killarney #497A4B
Tints of Killarney #497A4B
RGB
CMYK
RGB Variations
Color information
#497A4B (or 0x497A4B) is known color: Killarney. HEX triplet: 49, 7A and 4B. RGB value is (73,122,75). Sum of RGB (Red+Green+Blue) = 73+122+75=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #497A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A4B is #B685B4. Grayscale: #666666. Windows color (decimal): -11961781 or 4946505. OLE color: 4946505.
HSL color Cylindrical-coordinate representation of color #497A4B: hue angle of 122.45º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A4B is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 122 | 75 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.52 |
| HSL | 122.45º | 0.25% | 0.38% | - |
| HSV(B) | 122.45º | 0.4% | 0.48% | - |
| XYZ | 10.98 | 15.84 | 9.14 | - |
| YUV | 101.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 75 | 0.40 | 0 | 0.39 | 0.52 | 122.45 | 0.25 | 0.38 |
| Hex | 49 | 7A | 4B | 28 | 0 | 27 | 34 | 7A | 19 | 26 |
| Octal | 111 | 172 | 113 | 50 | 0 | 47 | 64 | 172 | 31 | 46 |
| Binary | 1001001 | 1111010 | 1001011 | 101000 | 0 | 100111 | 110100 | 1111010 | 11001 | 100110 |
Color Harmonies of #497A4B
Complementary color
Monochromatic Colors of #497A4B
Black with #497A4B
Text Example
Text Example
White with #497A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497A4B; }
p { color: rgb(73,122,75); }
H1.HeaderClassName
{
color: #497A4B;
}
.AnyTagClassName
{
color: #497A4B;
}
</style>
background-color css
<style>
a { background-color: #497A4B; }
a { background-color: rgb(73,122,75); }
div.DivClassName
{
background-color: #497A4B;
}
.BgClassName
{
background-color: #497A4B;
}
</style>
border-color css
<style>
span { border-color: #497A4B; }
span { border-color: rgb(73,122,75); }
td.TdClassName
{
border-color: #497A4B;
}
.TagClassName
{
border-color: #497A4B;
}
</style>