Shades of Bilbao #477D01
Tints of Bilbao #477D01
RGB
CMYK
RGB Variations
Color information
#477D01 (or 0x477D01) is known color: Bilbao. HEX triplet: 47, 7D and 01. RGB value is (71,125,1). Sum of RGB (Red+Green+Blue) = 71+125+1=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 125 (49.22% from 255 or 63.45% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 125 - color contains mainly: green. Hex color #477D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477D01 is #B882FE. Grayscale: #5F5F5F. Windows color (decimal): -12092159 or 97607. OLE color: 97607.
HSL color Cylindrical-coordinate representation of color #477D01: hue angle of 86.13º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #477D01 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.51 |
| HSL | 86.13º | 0.98% | 0.25% | - |
| HSV(B) | 86.13º | 0.99% | 0.49% | - |
| XYZ | 9.94 | 16.01 | 2.59 | - |
| YUV | 94.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 1 | 0.43 | 0 | 0.99 | 0.51 | 86.13 | 0.98 | 0.25 |
| Hex | 47 | 7D | 1 | 2B | 0 | 63 | 33 | 56 | 62 | 19 |
| Octal | 107 | 175 | 1 | 53 | 0 | 143 | 63 | 126 | 142 | 31 |
| Binary | 1000111 | 1111101 | 1 | 101011 | 0 | 1100011 | 110011 | 1010110 | 1100010 | 11001 |
Color Harmonies of #477D01
Complementary color
Monochromatic Colors of #477D01
Black with #477D01
Text Example
Text Example
White with #477D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D01; }
p { color: rgb(71,125,1); }
H1.HeaderClassName
{
color: #477D01;
}
.AnyTagClassName
{
color: #477D01;
}
</style>
background-color css
<style>
a { background-color: #477D01; }
a { background-color: rgb(71,125,1); }
div.DivClassName
{
background-color: #477D01;
}
.BgClassName
{
background-color: #477D01;
}
</style>
border-color css
<style>
span { border-color: #477D01; }
span { border-color: rgb(71,125,1); }
td.TdClassName
{
border-color: #477D01;
}
.TagClassName
{
border-color: #477D01;
}
</style>