Shades of Killarney #4A6B4C
Tints of Killarney #4A6B4C
RGB
CMYK
RGB Variations
Color information
#4A6B4C (or 0x4A6B4C) is known color: Killarney. HEX triplet: 4A, 6B and 4C. RGB value is (74,107,76). Sum of RGB (Red+Green+Blue) = 74+107+76=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B4C is #B594B3. Grayscale: #5D5D5D. Windows color (decimal): -11900084 or 5008202. OLE color: 5008202.
HSL color Cylindrical-coordinate representation of color #4A6B4C: hue angle of 123.64º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A6B4C is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 107 | 76 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.58 |
| HSL | 123.64º | 0.18% | 0.35% | - |
| HSV(B) | 123.64º | 0.31% | 0.42% | - |
| XYZ | 9.39 | 12.49 | 8.75 | - |
| YUV | 93.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 76 | 0.31 | 0 | 0.29 | 0.58 | 123.64 | 0.18 | 0.35 |
| Hex | 4A | 6B | 4C | 1F | 0 | 1D | 3A | 7C | 12 | 23 |
| Octal | 112 | 153 | 114 | 37 | 0 | 35 | 72 | 174 | 22 | 43 |
| Binary | 1001010 | 1101011 | 1001100 | 11111 | 0 | 11101 | 111010 | 1111100 | 10010 | 100011 |
Color Harmonies of #4A6B4C
Complementary color
Monochromatic Colors of #4A6B4C
Black with #4A6B4C
Text Example
Text Example
White with #4A6B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6B4C; }
p { color: rgb(74,107,76); }
H1.HeaderClassName
{
color: #4A6B4C;
}
.AnyTagClassName
{
color: #4A6B4C;
}
</style>
background-color css
<style>
a { background-color: #4A6B4C; }
a { background-color: rgb(74,107,76); }
div.DivClassName
{
background-color: #4A6B4C;
}
.BgClassName
{
background-color: #4A6B4C;
}
</style>
border-color css
<style>
span { border-color: #4A6B4C; }
span { border-color: rgb(74,107,76); }
td.TdClassName
{
border-color: #4A6B4C;
}
.TagClassName
{
border-color: #4A6B4C;
}
</style>