Shades of Bilbao #497F0B
Tints of Bilbao #497F0B
RGB
CMYK
RGB Variations
Color information
#497F0B (or 0x497F0B) is known color: Bilbao. HEX triplet: 49, 7F and 0B. RGB value is (73,127,11). Sum of RGB (Red+Green+Blue) = 73+127+11=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #497F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497F0B is #B680F4. Grayscale: #626262. Windows color (decimal): -11960565 or 753481. OLE color: 753481.
HSL color Cylindrical-coordinate representation of color #497F0B: hue angle of 87.93º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #497F0B is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 127 | 11 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.50 |
| HSL | 87.93º | 0.84% | 0.27% | - |
| HSV(B) | 87.93º | 0.91% | 0.5% | - |
| XYZ | 10.4 | 16.62 | 2.98 | - |
| YUV | 97.63 | 79.11 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 11 | 0.43 | 0 | 0.91 | 0.50 | 87.93 | 0.84 | 0.27 |
| Hex | 49 | 7F | B | 2B | 0 | 5B | 32 | 58 | 54 | 1B |
| Octal | 111 | 177 | 13 | 53 | 0 | 133 | 62 | 130 | 124 | 33 |
| Binary | 1001001 | 1111111 | 1011 | 101011 | 0 | 1011011 | 110010 | 1011000 | 1010100 | 11011 |
Color Harmonies of #497F0B
Complementary color
Monochromatic Colors of #497F0B
Black with #497F0B
Text Example
Text Example
White with #497F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497F0B; }
p { color: rgb(73,127,11); }
H1.HeaderClassName
{
color: #497F0B;
}
.AnyTagClassName
{
color: #497F0B;
}
</style>
background-color css
<style>
a { background-color: #497F0B; }
a { background-color: rgb(73,127,11); }
div.DivClassName
{
background-color: #497F0B;
}
.BgClassName
{
background-color: #497F0B;
}
</style>
border-color css
<style>
span { border-color: #497F0B; }
span { border-color: rgb(73,127,11); }
td.TdClassName
{
border-color: #497F0B;
}
.TagClassName
{
border-color: #497F0B;
}
</style>