Shades of Bilbao #46791B
Tints of Bilbao #46791B
RGB
CMYK
RGB Variations
Color information
#46791B (or 0x46791B) is known color: Bilbao. HEX triplet: 46, 79 and 1B. RGB value is (70,121,27). Sum of RGB (Red+Green+Blue) = 70+121+27=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #46791B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46791B is #B986E4. Grayscale: #5F5F5F. Windows color (decimal): -12158693 or 1800518. OLE color: 1800518.
HSL color Cylindrical-coordinate representation of color #46791B: hue angle of 92.55º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46791B is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 121 | 27 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.53 |
| HSL | 92.55º | 0.64% | 0.29% | - |
| HSV(B) | 92.55º | 0.78% | 0.47% | - |
| XYZ | 9.56 | 15.06 | 3.44 | - |
| YUV | 95.04 | 89.6 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 121 | 27 | 0.42 | 0 | 0.78 | 0.53 | 92.55 | 0.64 | 0.29 |
| Hex | 46 | 79 | 1B | 2A | 0 | 4E | 35 | 5D | 40 | 1D |
| Octal | 106 | 171 | 33 | 52 | 0 | 116 | 65 | 135 | 100 | 35 |
| Binary | 1000110 | 1111001 | 11011 | 101010 | 0 | 1001110 | 110101 | 1011101 | 1000000 | 11101 |
Color Harmonies of #46791B
Complementary color
Monochromatic Colors of #46791B
Black with #46791B
Text Example
Text Example
White with #46791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46791B; }
p { color: rgb(70,121,27); }
H1.HeaderClassName
{
color: #46791B;
}
.AnyTagClassName
{
color: #46791B;
}
</style>
background-color css
<style>
a { background-color: #46791B; }
a { background-color: rgb(70,121,27); }
div.DivClassName
{
background-color: #46791B;
}
.BgClassName
{
background-color: #46791B;
}
</style>
border-color css
<style>
span { border-color: #46791B; }
span { border-color: rgb(70,121,27); }
td.TdClassName
{
border-color: #46791B;
}
.TagClassName
{
border-color: #46791B;
}
</style>