Shades of Bilbao #497E01
Tints of Bilbao #497E01
RGB
CMYK
RGB Variations
Color information
#497E01 (or 0x497E01) is known color: Bilbao. HEX triplet: 49, 7E and 01. RGB value is (73,126,1). Sum of RGB (Red+Green+Blue) = 73+126+1=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 126 (49.61% from 255 or 63% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 126 - color contains mainly: green. Hex color #497E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497E01 is #B681FE. Grayscale: #606060. Windows color (decimal): -11960831 or 97865. OLE color: 97865.
HSL color Cylindrical-coordinate representation of color #497E01: hue angle of 85.44º 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 #497E01 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 126 | 1 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.51 |
| HSL | 85.44º | 0.98% | 0.25% | - |
| HSV(B) | 85.44º | 0.99% | 0.49% | - |
| XYZ | 10.21 | 16.34 | 2.64 | - |
| YUV | 95.9 | 74.44 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 1 | 0.42 | 0 | 0.99 | 0.51 | 85.44 | 0.98 | 0.25 |
| Hex | 49 | 7E | 1 | 2A | 0 | 63 | 33 | 55 | 62 | 19 |
| Octal | 111 | 176 | 1 | 52 | 0 | 143 | 63 | 125 | 142 | 31 |
| Binary | 1001001 | 1111110 | 1 | 101010 | 0 | 1100011 | 110011 | 1010101 | 1100010 | 11001 |
Color Harmonies of #497E01
Complementary color
Monochromatic Colors of #497E01
Black with #497E01
Text Example
Text Example
White with #497E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497E01; }
p { color: rgb(73,126,1); }
H1.HeaderClassName
{
color: #497E01;
}
.AnyTagClassName
{
color: #497E01;
}
</style>
background-color css
<style>
a { background-color: #497E01; }
a { background-color: rgb(73,126,1); }
div.DivClassName
{
background-color: #497E01;
}
.BgClassName
{
background-color: #497E01;
}
</style>
border-color css
<style>
span { border-color: #497E01; }
span { border-color: rgb(73,126,1); }
td.TdClassName
{
border-color: #497E01;
}
.TagClassName
{
border-color: #497E01;
}
</style>