Shades of Killarney #46754C
Tints of Killarney #46754C
RGB
CMYK
RGB Variations
Color information
#46754C (or 0x46754C) is known color: Killarney. HEX triplet: 46, 75 and 4C. RGB value is (70,117,76). Sum of RGB (Red+Green+Blue) = 70+117+76=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #46754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46754C is #B98AB3. Grayscale: #626262. Windows color (decimal): -12159668 or 5010758. OLE color: 5010758.
HSL color Cylindrical-coordinate representation of color #46754C: hue angle of 127.66º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46754C is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 117 | 76 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.54 |
| HSL | 127.66º | 0.25% | 0.37% | - |
| HSV(B) | 127.66º | 0.4% | 0.46% | - |
| XYZ | 10.19 | 14.55 | 9.11 | - |
| YUV | 98.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 76 | 0.40 | 0 | 0.35 | 0.54 | 127.66 | 0.25 | 0.37 |
| Hex | 46 | 75 | 4C | 28 | 0 | 23 | 36 | 80 | 19 | 25 |
| Octal | 106 | 165 | 114 | 50 | 0 | 43 | 66 | 200 | 31 | 45 |
| Binary | 1000110 | 1110101 | 1001100 | 101000 | 0 | 100011 | 110110 | 10000000 | 11001 | 100101 |
Color Harmonies of #46754C
Complementary color
Monochromatic Colors of #46754C
Black with #46754C
Text Example
Text Example
White with #46754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46754C; }
p { color: rgb(70,117,76); }
H1.HeaderClassName
{
color: #46754C;
}
.AnyTagClassName
{
color: #46754C;
}
</style>
background-color css
<style>
a { background-color: #46754C; }
a { background-color: rgb(70,117,76); }
div.DivClassName
{
background-color: #46754C;
}
.BgClassName
{
background-color: #46754C;
}
</style>
border-color css
<style>
span { border-color: #46754C; }
span { border-color: rgb(70,117,76); }
td.TdClassName
{
border-color: #46754C;
}
.TagClassName
{
border-color: #46754C;
}
</style>