Shades of Killarney #46724E
Tints of Killarney #46724E
RGB
CMYK
RGB Variations
Color information
#46724E (or 0x46724E) is known color: Killarney. HEX triplet: 46, 72 and 4E. RGB value is (70,114,78). Sum of RGB (Red+Green+Blue) = 70+114+78=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #46724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46724E is #B98DB1. Grayscale: #606060. Windows color (decimal): -12160434 or 5141062. OLE color: 5141062.
HSL color Cylindrical-coordinate representation of color #46724E: hue angle of 130.91º 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 #46724E is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 114 | 78 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.55 |
| HSL | 130.91º | 0.24% | 0.36% | - |
| HSV(B) | 130.91º | 0.39% | 0.45% | - |
| XYZ | 9.92 | 13.89 | 9.37 | - |
| YUV | 96.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 78 | 0.39 | 0 | 0.32 | 0.55 | 130.91 | 0.24 | 0.36 |
| Hex | 46 | 72 | 4E | 27 | 0 | 20 | 37 | 83 | 18 | 24 |
| Octal | 106 | 162 | 116 | 47 | 0 | 40 | 67 | 203 | 30 | 44 |
| Binary | 1000110 | 1110010 | 1001110 | 100111 | 0 | 100000 | 110111 | 10000011 | 11000 | 100100 |
Color Harmonies of #46724E
Complementary color
Monochromatic Colors of #46724E
Black with #46724E
Text Example
Text Example
White with #46724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46724E; }
p { color: rgb(70,114,78); }
H1.HeaderClassName
{
color: #46724E;
}
.AnyTagClassName
{
color: #46724E;
}
</style>
background-color css
<style>
a { background-color: #46724E; }
a { background-color: rgb(70,114,78); }
div.DivClassName
{
background-color: #46724E;
}
.BgClassName
{
background-color: #46724E;
}
</style>
border-color css
<style>
span { border-color: #46724E; }
span { border-color: rgb(70,114,78); }
td.TdClassName
{
border-color: #46724E;
}
.TagClassName
{
border-color: #46724E;
}
</style>