Shades of Bilbao #467A0B
Tints of Bilbao #467A0B
RGB
CMYK
RGB Variations
Color information
#467A0B (or 0x467A0B) is known color: Bilbao. HEX triplet: 46, 7A and 0B. RGB value is (70,122,11). Sum of RGB (Red+Green+Blue) = 70+122+11=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #467A0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467A0B is #B985F4. Grayscale: #5E5E5E. Windows color (decimal): -12158453 or 752198. OLE color: 752198.
HSL color Cylindrical-coordinate representation of color #467A0B: hue angle of 88.11º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #467A0B is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 122 | 11 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.52 |
| HSL | 88.11º | 0.83% | 0.26% | - |
| HSV(B) | 88.11º | 0.91% | 0.48% | - |
| XYZ | 9.55 | 15.25 | 2.76 | - |
| YUV | 93.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 11 | 0.43 | 0 | 0.91 | 0.52 | 88.11 | 0.83 | 0.26 |
| Hex | 46 | 7A | B | 2B | 0 | 5B | 34 | 58 | 53 | 1A |
| Octal | 106 | 172 | 13 | 53 | 0 | 133 | 64 | 130 | 123 | 32 |
| Binary | 1000110 | 1111010 | 1011 | 101011 | 0 | 1011011 | 110100 | 1011000 | 1010011 | 11010 |
Color Harmonies of #467A0B
Complementary color
Monochromatic Colors of #467A0B
Black with #467A0B
Text Example
Text Example
White with #467A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467A0B; }
p { color: rgb(70,122,11); }
H1.HeaderClassName
{
color: #467A0B;
}
.AnyTagClassName
{
color: #467A0B;
}
</style>
background-color css
<style>
a { background-color: #467A0B; }
a { background-color: rgb(70,122,11); }
div.DivClassName
{
background-color: #467A0B;
}
.BgClassName
{
background-color: #467A0B;
}
</style>
border-color css
<style>
span { border-color: #467A0B; }
span { border-color: rgb(70,122,11); }
td.TdClassName
{
border-color: #467A0B;
}
.TagClassName
{
border-color: #467A0B;
}
</style>