Shades of Killarney #40704E
Tints of Killarney #40704E
RGB
CMYK
RGB Variations
Color information
#40704E (or 0x40704E) is known color: Killarney. HEX triplet: 40, 70 and 4E. RGB value is (64,112,78). Sum of RGB (Red+Green+Blue) = 64+112+78=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #40704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40704E is #BF8FB1. Grayscale: #5D5D5D. Windows color (decimal): -12554162 or 5140544. OLE color: 5140544.
HSL color Cylindrical-coordinate representation of color #40704E: hue angle of 137.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40704E is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 112 | 78 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.56 |
| HSL | 137.5º | 0.27% | 0.35% | - |
| HSV(B) | 137.5º | 0.43% | 0.44% | - |
| XYZ | 9.28 | 13.23 | 9.27 | - |
| YUV | 93.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 78 | 0.43 | 0 | 0.30 | 0.56 | 137.5 | 0.27 | 0.35 |
| Hex | 40 | 70 | 4E | 2B | 0 | 1E | 38 | 8A | 1B | 23 |
| Octal | 100 | 160 | 116 | 53 | 0 | 36 | 70 | 212 | 33 | 43 |
| Binary | 1000000 | 1110000 | 1001110 | 101011 | 0 | 11110 | 111000 | 10001010 | 11011 | 100011 |
Color Harmonies of #40704E
Complementary color
Monochromatic Colors of #40704E
Black with #40704E
Text Example
Text Example
White with #40704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40704E; }
p { color: rgb(64,112,78); }
H1.HeaderClassName
{
color: #40704E;
}
.AnyTagClassName
{
color: #40704E;
}
</style>
background-color css
<style>
a { background-color: #40704E; }
a { background-color: rgb(64,112,78); }
div.DivClassName
{
background-color: #40704E;
}
.BgClassName
{
background-color: #40704E;
}
</style>
border-color css
<style>
span { border-color: #40704E; }
span { border-color: rgb(64,112,78); }
td.TdClassName
{
border-color: #40704E;
}
.TagClassName
{
border-color: #40704E;
}
</style>