Shades of Bilbao #477A07
Tints of Bilbao #477A07
RGB
CMYK
RGB Variations
Color information
#477A07 (or 0x477A07) is known color: Bilbao. HEX triplet: 47, 7A and 07. RGB value is (71,122,7). Sum of RGB (Red+Green+Blue) = 71+122+7=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 122 (48.05% from 255 or 61% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 122 - color contains mainly: green. Hex color #477A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477A07 is #B885F8. Grayscale: #5E5E5E. Windows color (decimal): -12092921 or 490055. OLE color: 490055.
HSL color Cylindrical-coordinate representation of color #477A07: hue angle of 86.61º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #477A07 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 122 | 7 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.52 |
| HSL | 86.61º | 0.89% | 0.25% | - |
| HSV(B) | 86.61º | 0.94% | 0.48% | - |
| XYZ | 9.6 | 15.27 | 2.64 | - |
| YUV | 93.64 | 79.1 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 7 | 0.42 | 0 | 0.94 | 0.52 | 86.61 | 0.89 | 0.25 |
| Hex | 47 | 7A | 7 | 2A | 0 | 5E | 34 | 57 | 59 | 19 |
| Octal | 107 | 172 | 7 | 52 | 0 | 136 | 64 | 127 | 131 | 31 |
| Binary | 1000111 | 1111010 | 111 | 101010 | 0 | 1011110 | 110100 | 1010111 | 1011001 | 11001 |
Color Harmonies of #477A07
Complementary color
Monochromatic Colors of #477A07
Black with #477A07
Text Example
Text Example
White with #477A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A07; }
p { color: rgb(71,122,7); }
H1.HeaderClassName
{
color: #477A07;
}
.AnyTagClassName
{
color: #477A07;
}
</style>
background-color css
<style>
a { background-color: #477A07; }
a { background-color: rgb(71,122,7); }
div.DivClassName
{
background-color: #477A07;
}
.BgClassName
{
background-color: #477A07;
}
</style>
border-color css
<style>
span { border-color: #477A07; }
span { border-color: rgb(71,122,7); }
td.TdClassName
{
border-color: #477A07;
}
.TagClassName
{
border-color: #477A07;
}
</style>