Shades of Bilbao #46781B
Tints of Bilbao #46781B
RGB
CMYK
RGB Variations
Color information
#46781B (or 0x46781B) is known color: Bilbao. HEX triplet: 46, 78 and 1B. RGB value is (70,120,27). Sum of RGB (Red+Green+Blue) = 70+120+27=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #46781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46781B is #B987E4. Grayscale: #5E5E5E. Windows color (decimal): -12158949 or 1800262. OLE color: 1800262.
HSL color Cylindrical-coordinate representation of color #46781B: hue angle of 92.26º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46781B is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 27 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.53 |
| HSL | 92.26º | 0.63% | 0.29% | - |
| HSV(B) | 92.26º | 0.78% | 0.47% | - |
| XYZ | 9.44 | 14.81 | 3.4 | - |
| YUV | 94.45 | 89.94 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 27 | 0.42 | 0 | 0.78 | 0.53 | 92.26 | 0.63 | 0.29 |
| Hex | 46 | 78 | 1B | 2A | 0 | 4E | 35 | 5C | 3F | 1D |
| Octal | 106 | 170 | 33 | 52 | 0 | 116 | 65 | 134 | 77 | 35 |
| Binary | 1000110 | 1111000 | 11011 | 101010 | 0 | 1001110 | 110101 | 1011100 | 111111 | 11101 |
Color Harmonies of #46781B
Complementary color
Monochromatic Colors of #46781B
Black with #46781B
Text Example
Text Example
White with #46781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46781B; }
p { color: rgb(70,120,27); }
H1.HeaderClassName
{
color: #46781B;
}
.AnyTagClassName
{
color: #46781B;
}
</style>
background-color css
<style>
a { background-color: #46781B; }
a { background-color: rgb(70,120,27); }
div.DivClassName
{
background-color: #46781B;
}
.BgClassName
{
background-color: #46781B;
}
</style>
border-color css
<style>
span { border-color: #46781B; }
span { border-color: rgb(70,120,27); }
td.TdClassName
{
border-color: #46781B;
}
.TagClassName
{
border-color: #46781B;
}
</style>