Shades of Bilbao #46870C
Tints of Bilbao #46870C
RGB
CMYK
RGB Variations
Color information
#46870C (or 0x46870C) is known color: Bilbao. HEX triplet: 46, 87 and 0C. RGB value is (70,135,12). Sum of RGB (Red+Green+Blue) = 70+135+12=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 135 (53.12% from 255 or 62.21% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 135 - color contains mainly: green. Hex color #46870C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46870C is #B978F3. Grayscale: #656565. Windows color (decimal): -12155124 or 821062. OLE color: 821062.
HSL color Cylindrical-coordinate representation of color #46870C: hue angle of 91.71º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46870C is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 135 | 12 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.47 |
| HSL | 91.71º | 0.84% | 0.29% | - |
| HSV(B) | 91.71º | 0.91% | 0.53% | - |
| XYZ | 11.26 | 18.66 | 3.36 | - |
| YUV | 101.54 | 77.47 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 135 | 12 | 0.48 | 0 | 0.91 | 0.47 | 91.71 | 0.84 | 0.29 |
| Hex | 46 | 87 | C | 30 | 0 | 5B | 2F | 5C | 54 | 1D |
| Octal | 106 | 207 | 14 | 60 | 0 | 133 | 57 | 134 | 124 | 35 |
| Binary | 1000110 | 10000111 | 1100 | 110000 | 0 | 1011011 | 101111 | 1011100 | 1010100 | 11101 |
Color Harmonies of #46870C
Complementary color
Monochromatic Colors of #46870C
Black with #46870C
Text Example
Text Example
White with #46870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46870C; }
p { color: rgb(70,135,12); }
H1.HeaderClassName
{
color: #46870C;
}
.AnyTagClassName
{
color: #46870C;
}
</style>
background-color css
<style>
a { background-color: #46870C; }
a { background-color: rgb(70,135,12); }
div.DivClassName
{
background-color: #46870C;
}
.BgClassName
{
background-color: #46870C;
}
</style>
border-color css
<style>
span { border-color: #46870C; }
span { border-color: rgb(70,135,12); }
td.TdClassName
{
border-color: #46870C;
}
.TagClassName
{
border-color: #46870C;
}
</style>