Shades of Bilbao #477B14
Tints of Bilbao #477B14
RGB
CMYK
RGB Variations
Color information
#477B14 (or 0x477B14) is known color: Bilbao. HEX triplet: 47, 7B and 14. RGB value is (71,123,20). Sum of RGB (Red+Green+Blue) = 71+123+20=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 123 (48.44% from 255 or 57.48% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 123 - color contains mainly: green. Hex color #477B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477B14 is #B884EB. Grayscale: #606060. Windows color (decimal): -12092652 or 1342279. OLE color: 1342279.
HSL color Cylindrical-coordinate representation of color #477B14: hue angle of 90.29º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #477B14 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 123 | 20 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.52 |
| HSL | 90.29º | 0.72% | 0.28% | - |
| HSV(B) | 90.29º | 0.84% | 0.48% | - |
| XYZ | 9.81 | 15.56 | 3.15 | - |
| YUV | 95.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 20 | 0.42 | 0 | 0.84 | 0.52 | 90.29 | 0.72 | 0.28 |
| Hex | 47 | 7B | 14 | 2A | 0 | 54 | 34 | 5A | 48 | 1C |
| Octal | 107 | 173 | 24 | 52 | 0 | 124 | 64 | 132 | 110 | 34 |
| Binary | 1000111 | 1111011 | 10100 | 101010 | 0 | 1010100 | 110100 | 1011010 | 1001000 | 11100 |
Color Harmonies of #477B14
Complementary color
Monochromatic Colors of #477B14
Black with #477B14
Text Example
Text Example
White with #477B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B14; }
p { color: rgb(71,123,20); }
H1.HeaderClassName
{
color: #477B14;
}
.AnyTagClassName
{
color: #477B14;
}
</style>
background-color css
<style>
a { background-color: #477B14; }
a { background-color: rgb(71,123,20); }
div.DivClassName
{
background-color: #477B14;
}
.BgClassName
{
background-color: #477B14;
}
</style>
border-color css
<style>
span { border-color: #477B14; }
span { border-color: rgb(71,123,20); }
td.TdClassName
{
border-color: #477B14;
}
.TagClassName
{
border-color: #477B14;
}
</style>