Shades of Bilbao #477A19
Tints of Bilbao #477A19
RGB
CMYK
RGB Variations
Color information
#477A19 (or 0x477A19) is known color: Bilbao. HEX triplet: 47, 7A and 19. RGB value is (71,122,25). Sum of RGB (Red+Green+Blue) = 71+122+25=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 122 (48.05% from 255 or 55.96% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 122 - color contains mainly: green. Hex color #477A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477A19 is #B885E6. Grayscale: #606060. Windows color (decimal): -12092903 or 1669703. OLE color: 1669703.
HSL color Cylindrical-coordinate representation of color #477A19: hue angle of 91.55º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #477A19 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 122 | 25 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.52 |
| HSL | 91.55º | 0.66% | 0.29% | - |
| HSV(B) | 91.55º | 0.8% | 0.48% | - |
| XYZ | 9.73 | 15.33 | 3.37 | - |
| YUV | 95.69 | 88.1 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 25 | 0.42 | 0 | 0.80 | 0.52 | 91.55 | 0.66 | 0.29 |
| Hex | 47 | 7A | 19 | 2A | 0 | 50 | 34 | 5C | 42 | 1D |
| Octal | 107 | 172 | 31 | 52 | 0 | 120 | 64 | 134 | 102 | 35 |
| Binary | 1000111 | 1111010 | 11001 | 101010 | 0 | 1010000 | 110100 | 1011100 | 1000010 | 11101 |
Color Harmonies of #477A19
Complementary color
Monochromatic Colors of #477A19
Black with #477A19
Text Example
Text Example
White with #477A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A19; }
p { color: rgb(71,122,25); }
H1.HeaderClassName
{
color: #477A19;
}
.AnyTagClassName
{
color: #477A19;
}
</style>
background-color css
<style>
a { background-color: #477A19; }
a { background-color: rgb(71,122,25); }
div.DivClassName
{
background-color: #477A19;
}
.BgClassName
{
background-color: #477A19;
}
</style>
border-color css
<style>
span { border-color: #477A19; }
span { border-color: rgb(71,122,25); }
td.TdClassName
{
border-color: #477A19;
}
.TagClassName
{
border-color: #477A19;
}
</style>