Shades of Bilbao #497E0F
Tints of Bilbao #497E0F
RGB
CMYK
RGB Variations
Color information
#497E0F (or 0x497E0F) is known color: Bilbao. HEX triplet: 49, 7E and 0F. RGB value is (73,126,15). Sum of RGB (Red+Green+Blue) = 73+126+15=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 126 (49.61% from 255 or 58.88% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 126 - color contains mainly: green. Hex color #497E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497E0F is #B681F0. Grayscale: #616161. Windows color (decimal): -11960817 or 1015369. OLE color: 1015369.
HSL color Cylindrical-coordinate representation of color #497E0F: hue angle of 88.65º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #497E0F is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 126 | 15 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.51 |
| HSL | 88.65º | 0.79% | 0.28% | - |
| HSV(B) | 88.65º | 0.88% | 0.49% | - |
| XYZ | 10.29 | 16.37 | 3.07 | - |
| YUV | 97.5 | 81.44 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 15 | 0.42 | 0 | 0.88 | 0.51 | 88.65 | 0.79 | 0.28 |
| Hex | 49 | 7E | F | 2A | 0 | 58 | 33 | 59 | 4F | 1C |
| Octal | 111 | 176 | 17 | 52 | 0 | 130 | 63 | 131 | 117 | 34 |
| Binary | 1001001 | 1111110 | 1111 | 101010 | 0 | 1011000 | 110011 | 1011001 | 1001111 | 11100 |
Color Harmonies of #497E0F
Complementary color
Monochromatic Colors of #497E0F
Black with #497E0F
Text Example
Text Example
White with #497E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497E0F; }
p { color: rgb(73,126,15); }
H1.HeaderClassName
{
color: #497E0F;
}
.AnyTagClassName
{
color: #497E0F;
}
</style>
background-color css
<style>
a { background-color: #497E0F; }
a { background-color: rgb(73,126,15); }
div.DivClassName
{
background-color: #497E0F;
}
.BgClassName
{
background-color: #497E0F;
}
</style>
border-color css
<style>
span { border-color: #497E0F; }
span { border-color: rgb(73,126,15); }
td.TdClassName
{
border-color: #497E0F;
}
.TagClassName
{
border-color: #497E0F;
}
</style>