Shades of Bilbao #46772F
Tints of Bilbao #46772F
RGB
CMYK
RGB Variations
Color information
#46772F (or 0x46772F) is known color: Bilbao. HEX triplet: 46, 77 and 2F. RGB value is (70,119,47). Sum of RGB (Red+Green+Blue) = 70+119+47=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #46772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46772F is #B988D0. Grayscale: #606060. Windows color (decimal): -12159185 or 3110726. OLE color: 3110726.
HSL color Cylindrical-coordinate representation of color #46772F: hue angle of 100.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46772F is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 119 | 47 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.53 |
| HSL | 100.83º | 0.43% | 0.33% | - |
| HSV(B) | 100.83º | 0.61% | 0.47% | - |
| XYZ | 9.64 | 14.7 | 5.02 | - |
| YUV | 96.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 47 | 0.41 | 0 | 0.61 | 0.53 | 100.83 | 0.43 | 0.33 |
| Hex | 46 | 77 | 2F | 29 | 0 | 3D | 35 | 65 | 2B | 21 |
| Octal | 106 | 167 | 57 | 51 | 0 | 75 | 65 | 145 | 53 | 41 |
| Binary | 1000110 | 1110111 | 101111 | 101001 | 0 | 111101 | 110101 | 1100101 | 101011 | 100001 |
Color Harmonies of #46772F
Complementary color
Monochromatic Colors of #46772F
Black with #46772F
Text Example
Text Example
White with #46772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46772F; }
p { color: rgb(70,119,47); }
H1.HeaderClassName
{
color: #46772F;
}
.AnyTagClassName
{
color: #46772F;
}
</style>
background-color css
<style>
a { background-color: #46772F; }
a { background-color: rgb(70,119,47); }
div.DivClassName
{
background-color: #46772F;
}
.BgClassName
{
background-color: #46772F;
}
</style>
border-color css
<style>
span { border-color: #46772F; }
span { border-color: rgb(70,119,47); }
td.TdClassName
{
border-color: #46772F;
}
.TagClassName
{
border-color: #46772F;
}
</style>