Shades of Bilbao #46821E
Tints of Bilbao #46821E
RGB
CMYK
RGB Variations
Color information
#46821E (or 0x46821E) is known color: Bilbao. HEX triplet: 46, 82 and 1E. RGB value is (70,130,30). Sum of RGB (Red+Green+Blue) = 70+130+30=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #46821E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46821E is #B97DE1. Grayscale: #656565. Windows color (decimal): -12156386 or 1999430. OLE color: 1999430.
HSL color Cylindrical-coordinate representation of color #46821E: hue angle of 96º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46821E is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 30 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.49 |
| HSL | 96º | 0.63% | 0.31% | - |
| HSV(B) | 96º | 0.77% | 0.51% | - |
| XYZ | 10.74 | 17.36 | 4.01 | - |
| YUV | 100.66 | 88.12 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 30 | 0.46 | 0 | 0.77 | 0.49 | 96 | 0.63 | 0.31 |
| Hex | 46 | 82 | 1E | 2E | 0 | 4D | 31 | 60 | 3E | 1F |
| Octal | 106 | 202 | 36 | 56 | 0 | 115 | 61 | 140 | 76 | 37 |
| Binary | 1000110 | 10000010 | 11110 | 101110 | 0 | 1001101 | 110001 | 1100000 | 111110 | 11111 |
Color Harmonies of #46821E
Complementary color
Monochromatic Colors of #46821E
Black with #46821E
Text Example
Text Example
White with #46821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46821E; }
p { color: rgb(70,130,30); }
H1.HeaderClassName
{
color: #46821E;
}
.AnyTagClassName
{
color: #46821E;
}
</style>
background-color css
<style>
a { background-color: #46821E; }
a { background-color: rgb(70,130,30); }
div.DivClassName
{
background-color: #46821E;
}
.BgClassName
{
background-color: #46821E;
}
</style>
border-color css
<style>
span { border-color: #46821E; }
span { border-color: rgb(70,130,30); }
td.TdClassName
{
border-color: #46821E;
}
.TagClassName
{
border-color: #46821E;
}
</style>