Shades of Killarney #46724C
Tints of Killarney #46724C
RGB
CMYK
RGB Variations
Color information
#46724C (or 0x46724C) is known color: Killarney. HEX triplet: 46, 72 and 4C. RGB value is (70,114,76). Sum of RGB (Red+Green+Blue) = 70+114+76=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #46724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46724C is #B98DB3. Grayscale: #606060. Windows color (decimal): -12160436 or 5009990. OLE color: 5009990.
HSL color Cylindrical-coordinate representation of color #46724C: hue angle of 128.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46724C is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 114 | 76 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.55 |
| HSL | 128.18º | 0.24% | 0.36% | - |
| HSV(B) | 128.18º | 0.39% | 0.45% | - |
| XYZ | 9.85 | 13.86 | 8.99 | - |
| YUV | 96.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 76 | 0.39 | 0 | 0.33 | 0.55 | 128.18 | 0.24 | 0.36 |
| Hex | 46 | 72 | 4C | 27 | 0 | 21 | 37 | 80 | 18 | 24 |
| Octal | 106 | 162 | 114 | 47 | 0 | 41 | 67 | 200 | 30 | 44 |
| Binary | 1000110 | 1110010 | 1001100 | 100111 | 0 | 100001 | 110111 | 10000000 | 11000 | 100100 |
Color Harmonies of #46724C
Complementary color
Monochromatic Colors of #46724C
Black with #46724C
Text Example
Text Example
White with #46724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46724C; }
p { color: rgb(70,114,76); }
H1.HeaderClassName
{
color: #46724C;
}
.AnyTagClassName
{
color: #46724C;
}
</style>
background-color css
<style>
a { background-color: #46724C; }
a { background-color: rgb(70,114,76); }
div.DivClassName
{
background-color: #46724C;
}
.BgClassName
{
background-color: #46724C;
}
</style>
border-color css
<style>
span { border-color: #46724C; }
span { border-color: rgb(70,114,76); }
td.TdClassName
{
border-color: #46724C;
}
.TagClassName
{
border-color: #46724C;
}
</style>