Shades of Bilbao #477B19
Tints of Bilbao #477B19
RGB
CMYK
RGB Variations
Color information
#477B19 (or 0x477B19) is known color: Bilbao. HEX triplet: 47, 7B and 19. RGB value is (71,123,25). Sum of RGB (Red+Green+Blue) = 71+123+25=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 123 (48.44% from 255 or 56.16% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 123 - color contains mainly: green. Hex color #477B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477B19 is #B884E6. Grayscale: #606060. Windows color (decimal): -12092647 or 1669959. OLE color: 1669959.
HSL color Cylindrical-coordinate representation of color #477B19: hue angle of 91.84º 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 #477B19 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 123 | 25 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.52 |
| HSL | 91.84º | 0.66% | 0.29% | - |
| HSV(B) | 91.84º | 0.8% | 0.48% | - |
| XYZ | 9.86 | 15.58 | 3.41 | - |
| YUV | 96.28 | 87.77 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 25 | 0.42 | 0 | 0.80 | 0.52 | 91.84 | 0.66 | 0.29 |
| Hex | 47 | 7B | 19 | 2A | 0 | 50 | 34 | 5C | 42 | 1D |
| Octal | 107 | 173 | 31 | 52 | 0 | 120 | 64 | 134 | 102 | 35 |
| Binary | 1000111 | 1111011 | 11001 | 101010 | 0 | 1010000 | 110100 | 1011100 | 1000010 | 11101 |
Color Harmonies of #477B19
Complementary color
Monochromatic Colors of #477B19
Black with #477B19
Text Example
Text Example
White with #477B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B19; }
p { color: rgb(71,123,25); }
H1.HeaderClassName
{
color: #477B19;
}
.AnyTagClassName
{
color: #477B19;
}
</style>
background-color css
<style>
a { background-color: #477B19; }
a { background-color: rgb(71,123,25); }
div.DivClassName
{
background-color: #477B19;
}
.BgClassName
{
background-color: #477B19;
}
</style>
border-color css
<style>
span { border-color: #477B19; }
span { border-color: rgb(71,123,25); }
td.TdClassName
{
border-color: #477B19;
}
.TagClassName
{
border-color: #477B19;
}
</style>