Shades of Killarney #427A4D
Tints of Killarney #427A4D
RGB
CMYK
RGB Variations
Color information
#427A4D (or 0x427A4D) is known color: Killarney. HEX triplet: 42, 7A and 4D. RGB value is (66,122,77). Sum of RGB (Red+Green+Blue) = 66+122+77=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #427A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A4D is #BD85B2. Grayscale: #646464. Windows color (decimal): -12420531 or 5077570. OLE color: 5077570.
HSL color Cylindrical-coordinate representation of color #427A4D: hue angle of 131.79º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A4D is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 122 | 77 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.52 |
| HSL | 131.79º | 0.3% | 0.37% | - |
| HSV(B) | 131.79º | 0.46% | 0.48% | - |
| XYZ | 10.55 | 15.61 | 9.48 | - |
| YUV | 100.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 77 | 0.46 | 0 | 0.37 | 0.52 | 131.79 | 0.3 | 0.37 |
| Hex | 42 | 7A | 4D | 2E | 0 | 25 | 34 | 84 | 1E | 25 |
| Octal | 102 | 172 | 115 | 56 | 0 | 45 | 64 | 204 | 36 | 45 |
| Binary | 1000010 | 1111010 | 1001101 | 101110 | 0 | 100101 | 110100 | 10000100 | 11110 | 100101 |
Color Harmonies of #427A4D
Complementary color
Monochromatic Colors of #427A4D
Black with #427A4D
Text Example
Text Example
White with #427A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A4D; }
p { color: rgb(66,122,77); }
H1.HeaderClassName
{
color: #427A4D;
}
.AnyTagClassName
{
color: #427A4D;
}
</style>
background-color css
<style>
a { background-color: #427A4D; }
a { background-color: rgb(66,122,77); }
div.DivClassName
{
background-color: #427A4D;
}
.BgClassName
{
background-color: #427A4D;
}
</style>
border-color css
<style>
span { border-color: #427A4D; }
span { border-color: rgb(66,122,77); }
td.TdClassName
{
border-color: #427A4D;
}
.TagClassName
{
border-color: #427A4D;
}
</style>