Shades of Killarney #4B774A
Tints of Killarney #4B774A
RGB
CMYK
RGB Variations
Color information
#4B774A (or 0x4B774A) is known color: Killarney. HEX triplet: 4B, 77 and 4A. RGB value is (75,119,74). Sum of RGB (Red+Green+Blue) = 75+119+74=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #4B774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B774A is #B488B5. Grayscale: #646464. Windows color (decimal): -11831478 or 4880203. OLE color: 4880203.
HSL color Cylindrical-coordinate representation of color #4B774A: hue angle of 118.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B774A is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 74 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.53 |
| HSL | 118.67º | 0.23% | 0.38% | - |
| HSV(B) | 118.67º | 0.38% | 0.47% | - |
| XYZ | 10.73 | 15.18 | 8.84 | - |
| YUV | 100.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 74 | 0.37 | 0 | 0.38 | 0.53 | 118.67 | 0.23 | 0.38 |
| Hex | 4B | 77 | 4A | 25 | 0 | 26 | 35 | 77 | 17 | 26 |
| Octal | 113 | 167 | 112 | 45 | 0 | 46 | 65 | 167 | 27 | 46 |
| Binary | 1001011 | 1110111 | 1001010 | 100101 | 0 | 100110 | 110101 | 1110111 | 10111 | 100110 |
Color Harmonies of #4B774A
Complementary color
Monochromatic Colors of #4B774A
Black with #4B774A
Text Example
Text Example
White with #4B774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B774A; }
p { color: rgb(75,119,74); }
H1.HeaderClassName
{
color: #4B774A;
}
.AnyTagClassName
{
color: #4B774A;
}
</style>
background-color css
<style>
a { background-color: #4B774A; }
a { background-color: rgb(75,119,74); }
div.DivClassName
{
background-color: #4B774A;
}
.BgClassName
{
background-color: #4B774A;
}
</style>
border-color css
<style>
span { border-color: #4B774A; }
span { border-color: rgb(75,119,74); }
td.TdClassName
{
border-color: #4B774A;
}
.TagClassName
{
border-color: #4B774A;
}
</style>