Shades of Killarney #4A694D
Tints of Killarney #4A694D
RGB
CMYK
RGB Variations
Color information
#4A694D (or 0x4A694D) is known color: Killarney. HEX triplet: 4A, 69 and 4D. RGB value is (74,105,77). Sum of RGB (Red+Green+Blue) = 74+105+77=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #4A694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A694D is #B596B2. Grayscale: #5C5C5C. Windows color (decimal): -11900595 or 5073226. OLE color: 5073226.
HSL color Cylindrical-coordinate representation of color #4A694D: hue angle of 125.81º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A694D is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 77 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.59 |
| HSL | 125.81º | 0.17% | 0.35% | - |
| HSV(B) | 125.81º | 0.3% | 0.41% | - |
| XYZ | 9.22 | 12.09 | 8.87 | - |
| YUV | 92.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 77 | 0.30 | 0 | 0.27 | 0.59 | 125.81 | 0.17 | 0.35 |
| Hex | 4A | 69 | 4D | 1E | 0 | 1B | 3B | 7E | 11 | 23 |
| Octal | 112 | 151 | 115 | 36 | 0 | 33 | 73 | 176 | 21 | 43 |
| Binary | 1001010 | 1101001 | 1001101 | 11110 | 0 | 11011 | 111011 | 1111110 | 10001 | 100011 |
Color Harmonies of #4A694D
Complementary color
Monochromatic Colors of #4A694D
Black with #4A694D
Text Example
Text Example
White with #4A694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A694D; }
p { color: rgb(74,105,77); }
H1.HeaderClassName
{
color: #4A694D;
}
.AnyTagClassName
{
color: #4A694D;
}
</style>
background-color css
<style>
a { background-color: #4A694D; }
a { background-color: rgb(74,105,77); }
div.DivClassName
{
background-color: #4A694D;
}
.BgClassName
{
background-color: #4A694D;
}
</style>
border-color css
<style>
span { border-color: #4A694D; }
span { border-color: rgb(74,105,77); }
td.TdClassName
{
border-color: #4A694D;
}
.TagClassName
{
border-color: #4A694D;
}
</style>