Shades of Killarney #496B4B
Tints of Killarney #496B4B
RGB
CMYK
RGB Variations
Color information
#496B4B (or 0x496B4B) is known color: Killarney. HEX triplet: 49, 6B and 4B. RGB value is (73,107,75). Sum of RGB (Red+Green+Blue) = 73+107+75=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 107 - color contains mainly: green. Hex color #496B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496B4B is #B694B4. Grayscale: #5D5D5D. Windows color (decimal): -11965621 or 4942665. OLE color: 4942665.
HSL color Cylindrical-coordinate representation of color #496B4B: hue angle of 123.53º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496B4B is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 107 | 75 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.58 |
| HSL | 123.53º | 0.19% | 0.35% | - |
| HSV(B) | 123.53º | 0.32% | 0.42% | - |
| XYZ | 9.28 | 12.44 | 8.57 | - |
| YUV | 93.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 107 | 75 | 0.32 | 0 | 0.30 | 0.58 | 123.53 | 0.19 | 0.35 |
| Hex | 49 | 6B | 4B | 20 | 0 | 1E | 3A | 7C | 13 | 23 |
| Octal | 111 | 153 | 113 | 40 | 0 | 36 | 72 | 174 | 23 | 43 |
| Binary | 1001001 | 1101011 | 1001011 | 100000 | 0 | 11110 | 111010 | 1111100 | 10011 | 100011 |
Color Harmonies of #496B4B
Complementary color
Monochromatic Colors of #496B4B
Black with #496B4B
Text Example
Text Example
White with #496B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496B4B; }
p { color: rgb(73,107,75); }
H1.HeaderClassName
{
color: #496B4B;
}
.AnyTagClassName
{
color: #496B4B;
}
</style>
background-color css
<style>
a { background-color: #496B4B; }
a { background-color: rgb(73,107,75); }
div.DivClassName
{
background-color: #496B4B;
}
.BgClassName
{
background-color: #496B4B;
}
</style>
border-color css
<style>
span { border-color: #496B4B; }
span { border-color: rgb(73,107,75); }
td.TdClassName
{
border-color: #496B4B;
}
.TagClassName
{
border-color: #496B4B;
}
</style>