Shades of Bilbao #46870D
Tints of Bilbao #46870D
RGB
CMYK
RGB Variations
Color information
#46870D (or 0x46870D) is known color: Bilbao. HEX triplet: 46, 87 and 0D. RGB value is (70,135,13). Sum of RGB (Red+Green+Blue) = 70+135+13=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #46870D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46870D is #B978F2. Grayscale: #666666. Windows color (decimal): -12155123 or 886598. OLE color: 886598.
HSL color Cylindrical-coordinate representation of color #46870D: hue angle of 91.97º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46870D is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 135 | 13 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.47 |
| HSL | 91.97º | 0.82% | 0.29% | - |
| HSV(B) | 91.97º | 0.9% | 0.53% | - |
| XYZ | 11.26 | 18.66 | 3.39 | - |
| YUV | 101.66 | 77.97 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 135 | 13 | 0.48 | 0 | 0.90 | 0.47 | 91.97 | 0.82 | 0.29 |
| Hex | 46 | 87 | D | 30 | 0 | 5A | 2F | 5C | 52 | 1D |
| Octal | 106 | 207 | 15 | 60 | 0 | 132 | 57 | 134 | 122 | 35 |
| Binary | 1000110 | 10000111 | 1101 | 110000 | 0 | 1011010 | 101111 | 1011100 | 1010010 | 11101 |
Color Harmonies of #46870D
Complementary color
Monochromatic Colors of #46870D
Black with #46870D
Text Example
Text Example
White with #46870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46870D; }
p { color: rgb(70,135,13); }
H1.HeaderClassName
{
color: #46870D;
}
.AnyTagClassName
{
color: #46870D;
}
</style>
background-color css
<style>
a { background-color: #46870D; }
a { background-color: rgb(70,135,13); }
div.DivClassName
{
background-color: #46870D;
}
.BgClassName
{
background-color: #46870D;
}
</style>
border-color css
<style>
span { border-color: #46870D; }
span { border-color: rgb(70,135,13); }
td.TdClassName
{
border-color: #46870D;
}
.TagClassName
{
border-color: #46870D;
}
</style>