Shades of Bilbao #46772D
Tints of Bilbao #46772D
RGB
CMYK
RGB Variations
Color information
#46772D (or 0x46772D) is known color: Bilbao. HEX triplet: 46, 77 and 2D. RGB value is (70,119,45). Sum of RGB (Red+Green+Blue) = 70+119+45=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #46772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46772D is #B988D2. Grayscale: #606060. Windows color (decimal): -12159187 or 2979654. OLE color: 2979654.
HSL color Cylindrical-coordinate representation of color #46772D: hue angle of 99.73º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46772D is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 119 | 45 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.53 |
| HSL | 99.73º | 0.45% | 0.32% | - |
| HSV(B) | 99.73º | 0.62% | 0.47% | - |
| XYZ | 9.6 | 14.69 | 4.81 | - |
| YUV | 95.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 45 | 0.41 | 0 | 0.62 | 0.53 | 99.73 | 0.45 | 0.32 |
| Hex | 46 | 77 | 2D | 29 | 0 | 3E | 35 | 64 | 2D | 20 |
| Octal | 106 | 167 | 55 | 51 | 0 | 76 | 65 | 144 | 55 | 40 |
| Binary | 1000110 | 1110111 | 101101 | 101001 | 0 | 111110 | 110101 | 1100100 | 101101 | 100000 |
Color Harmonies of #46772D
Complementary color
Monochromatic Colors of #46772D
Black with #46772D
Text Example
Text Example
White with #46772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46772D; }
p { color: rgb(70,119,45); }
H1.HeaderClassName
{
color: #46772D;
}
.AnyTagClassName
{
color: #46772D;
}
</style>
background-color css
<style>
a { background-color: #46772D; }
a { background-color: rgb(70,119,45); }
div.DivClassName
{
background-color: #46772D;
}
.BgClassName
{
background-color: #46772D;
}
</style>
border-color css
<style>
span { border-color: #46772D; }
span { border-color: rgb(70,119,45); }
td.TdClassName
{
border-color: #46772D;
}
.TagClassName
{
border-color: #46772D;
}
</style>