Shades of Bilbao #467E01
Tints of Bilbao #467E01
RGB
CMYK
RGB Variations
Color information
#467E01 (or 0x467E01) is known color: Bilbao. HEX triplet: 46, 7E and 01. RGB value is (70,126,1). Sum of RGB (Red+Green+Blue) = 70+126+1=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 126 (49.61% from 255 or 63.96% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 126 - color contains mainly: green. Hex color #467E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467E01 is #B981FE. Grayscale: #5F5F5F. Windows color (decimal): -12157439 or 97862. OLE color: 97862.
HSL color Cylindrical-coordinate representation of color #467E01: hue angle of 86.88º 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 #467E01 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 126 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.51 |
| HSL | 86.88º | 0.98% | 0.25% | - |
| HSV(B) | 86.88º | 0.99% | 0.49% | - |
| XYZ | 9.99 | 16.23 | 2.63 | - |
| YUV | 95.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 1 | 0.44 | 0 | 0.99 | 0.51 | 86.88 | 0.98 | 0.25 |
| Hex | 46 | 7E | 1 | 2C | 0 | 63 | 33 | 57 | 62 | 19 |
| Octal | 106 | 176 | 1 | 54 | 0 | 143 | 63 | 127 | 142 | 31 |
| Binary | 1000110 | 1111110 | 1 | 101100 | 0 | 1100011 | 110011 | 1010111 | 1100010 | 11001 |
Color Harmonies of #467E01
Complementary color
Monochromatic Colors of #467E01
Black with #467E01
Text Example
Text Example
White with #467E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E01; }
p { color: rgb(70,126,1); }
H1.HeaderClassName
{
color: #467E01;
}
.AnyTagClassName
{
color: #467E01;
}
</style>
background-color css
<style>
a { background-color: #467E01; }
a { background-color: rgb(70,126,1); }
div.DivClassName
{
background-color: #467E01;
}
.BgClassName
{
background-color: #467E01;
}
</style>
border-color css
<style>
span { border-color: #467E01; }
span { border-color: rgb(70,126,1); }
td.TdClassName
{
border-color: #467E01;
}
.TagClassName
{
border-color: #467E01;
}
</style>