Shades of Killarney #477B4B
Tints of Killarney #477B4B
RGB
CMYK
RGB Variations
Color information
#477B4B (or 0x477B4B) is known color: Killarney. HEX triplet: 47, 7B and 4B. RGB value is (71,123,75). Sum of RGB (Red+Green+Blue) = 71+123+75=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #477B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477B4B is #B884B4. Grayscale: #666666. Windows color (decimal): -12092597 or 4946759. OLE color: 4946759.
HSL color Cylindrical-coordinate representation of color #477B4B: hue angle of 124.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477B4B is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 123 | 75 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.52 |
| HSL | 124.62º | 0.27% | 0.38% | - |
| HSV(B) | 124.62º | 0.42% | 0.48% | - |
| XYZ | 10.95 | 16.01 | 9.17 | - |
| YUV | 101.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 75 | 0.42 | 0 | 0.39 | 0.52 | 124.62 | 0.27 | 0.38 |
| Hex | 47 | 7B | 4B | 2A | 0 | 27 | 34 | 7D | 1B | 26 |
| Octal | 107 | 173 | 113 | 52 | 0 | 47 | 64 | 175 | 33 | 46 |
| Binary | 1000111 | 1111011 | 1001011 | 101010 | 0 | 100111 | 110100 | 1111101 | 11011 | 100110 |
Color Harmonies of #477B4B
Complementary color
Monochromatic Colors of #477B4B
Black with #477B4B
Text Example
Text Example
White with #477B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B4B; }
p { color: rgb(71,123,75); }
H1.HeaderClassName
{
color: #477B4B;
}
.AnyTagClassName
{
color: #477B4B;
}
</style>
background-color css
<style>
a { background-color: #477B4B; }
a { background-color: rgb(71,123,75); }
div.DivClassName
{
background-color: #477B4B;
}
.BgClassName
{
background-color: #477B4B;
}
</style>
border-color css
<style>
span { border-color: #477B4B; }
span { border-color: rgb(71,123,75); }
td.TdClassName
{
border-color: #477B4B;
}
.TagClassName
{
border-color: #477B4B;
}
</style>