Shades of Killarney #467A4B
Tints of Killarney #467A4B
RGB
CMYK
RGB Variations
Color information
#467A4B (or 0x467A4B) is known color: Killarney. HEX triplet: 46, 7A and 4B. RGB value is (70,122,75). Sum of RGB (Red+Green+Blue) = 70+122+75=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 122 - color contains mainly: green. Hex color #467A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467A4B is #B985B4. Grayscale: #656565. Windows color (decimal): -12158389 or 4946502. OLE color: 4946502.
HSL color Cylindrical-coordinate representation of color #467A4B: hue angle of 125.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467A4B is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 122 | 75 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.52 |
| HSL | 125.77º | 0.27% | 0.38% | - |
| HSV(B) | 125.77º | 0.43% | 0.48% | - |
| XYZ | 10.76 | 15.73 | 9.13 | - |
| YUV | 101.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 75 | 0.43 | 0 | 0.39 | 0.52 | 125.77 | 0.27 | 0.38 |
| Hex | 46 | 7A | 4B | 2B | 0 | 27 | 34 | 7E | 1B | 26 |
| Octal | 106 | 172 | 113 | 53 | 0 | 47 | 64 | 176 | 33 | 46 |
| Binary | 1000110 | 1111010 | 1001011 | 101011 | 0 | 100111 | 110100 | 1111110 | 11011 | 100110 |
Color Harmonies of #467A4B
Complementary color
Monochromatic Colors of #467A4B
Black with #467A4B
Text Example
Text Example
White with #467A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A4B; }
p { color: rgb(70,122,75); }
H1.HeaderClassName
{
color: #467A4B;
}
.AnyTagClassName
{
color: #467A4B;
}
</style>
background-color css
<style>
a { background-color: #467A4B; }
a { background-color: rgb(70,122,75); }
div.DivClassName
{
background-color: #467A4B;
}
.BgClassName
{
background-color: #467A4B;
}
</style>
border-color css
<style>
span { border-color: #467A4B; }
span { border-color: rgb(70,122,75); }
td.TdClassName
{
border-color: #467A4B;
}
.TagClassName
{
border-color: #467A4B;
}
</style>