Shades of Bilbao #46761E
Tints of Bilbao #46761E
RGB
CMYK
RGB Variations
Color information
#46761E (or 0x46761E) is known color: Bilbao. HEX triplet: 46, 76 and 1E. RGB value is (70,118,30). Sum of RGB (Red+Green+Blue) = 70+118+30=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #46761E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46761E is #B989E1. Grayscale: #5D5D5D. Windows color (decimal): -12159458 or 1996358. OLE color: 1996358.
HSL color Cylindrical-coordinate representation of color #46761E: hue angle of 92.73º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46761E is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 118 | 30 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.54 |
| HSL | 92.73º | 0.59% | 0.29% | - |
| HSV(B) | 92.73º | 0.75% | 0.46% | - |
| XYZ | 9.24 | 14.35 | 3.51 | - |
| YUV | 93.62 | 92.1 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 30 | 0.41 | 0 | 0.75 | 0.54 | 92.73 | 0.59 | 0.29 |
| Hex | 46 | 76 | 1E | 29 | 0 | 4B | 36 | 5D | 3B | 1D |
| Octal | 106 | 166 | 36 | 51 | 0 | 113 | 66 | 135 | 73 | 35 |
| Binary | 1000110 | 1110110 | 11110 | 101001 | 0 | 1001011 | 110110 | 1011101 | 111011 | 11101 |
Color Harmonies of #46761E
Complementary color
Monochromatic Colors of #46761E
Black with #46761E
Text Example
Text Example
White with #46761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46761E; }
p { color: rgb(70,118,30); }
H1.HeaderClassName
{
color: #46761E;
}
.AnyTagClassName
{
color: #46761E;
}
</style>
background-color css
<style>
a { background-color: #46761E; }
a { background-color: rgb(70,118,30); }
div.DivClassName
{
background-color: #46761E;
}
.BgClassName
{
background-color: #46761E;
}
</style>
border-color css
<style>
span { border-color: #46761E; }
span { border-color: rgb(70,118,30); }
td.TdClassName
{
border-color: #46761E;
}
.TagClassName
{
border-color: #46761E;
}
</style>