Shades of Bilbao #46772C
Tints of Bilbao #46772C
RGB
CMYK
RGB Variations
Color information
#46772C (or 0x46772C) is known color: Bilbao. HEX triplet: 46, 77 and 2C. RGB value is (70,119,44). Sum of RGB (Red+Green+Blue) = 70+119+44=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #46772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46772C is #B988D3. Grayscale: #606060. Windows color (decimal): -12159188 or 2914118. OLE color: 2914118.
HSL color Cylindrical-coordinate representation of color #46772C: hue angle of 99.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46772C is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 119 | 44 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.53 |
| HSL | 99.2º | 0.46% | 0.32% | - |
| HSV(B) | 99.2º | 0.63% | 0.47% | - |
| XYZ | 9.58 | 14.68 | 4.71 | - |
| YUV | 95.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 44 | 0.41 | 0 | 0.63 | 0.53 | 99.2 | 0.46 | 0.32 |
| Hex | 46 | 77 | 2C | 29 | 0 | 3F | 35 | 63 | 2E | 20 |
| Octal | 106 | 167 | 54 | 51 | 0 | 77 | 65 | 143 | 56 | 40 |
| Binary | 1000110 | 1110111 | 101100 | 101001 | 0 | 111111 | 110101 | 1100011 | 101110 | 100000 |
Color Harmonies of #46772C
Complementary color
Monochromatic Colors of #46772C
Black with #46772C
Text Example
Text Example
White with #46772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46772C; }
p { color: rgb(70,119,44); }
H1.HeaderClassName
{
color: #46772C;
}
.AnyTagClassName
{
color: #46772C;
}
</style>
background-color css
<style>
a { background-color: #46772C; }
a { background-color: rgb(70,119,44); }
div.DivClassName
{
background-color: #46772C;
}
.BgClassName
{
background-color: #46772C;
}
</style>
border-color css
<style>
span { border-color: #46772C; }
span { border-color: rgb(70,119,44); }
td.TdClassName
{
border-color: #46772C;
}
.TagClassName
{
border-color: #46772C;
}
</style>