Shades of Bilbao #46762F
Tints of Bilbao #46762F
RGB
CMYK
RGB Variations
Color information
#46762F (or 0x46762F) is known color: Bilbao. HEX triplet: 46, 76 and 2F. RGB value is (70,118,47). Sum of RGB (Red+Green+Blue) = 70+118+47=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #46762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46762F is #B989D0. Grayscale: #5F5F5F. Windows color (decimal): -12159441 or 3110470. OLE color: 3110470.
HSL color Cylindrical-coordinate representation of color #46762F: hue angle of 100.56º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46762F is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 118 | 47 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.54 |
| HSL | 100.56º | 0.43% | 0.32% | - |
| HSV(B) | 100.56º | 0.6% | 0.46% | - |
| XYZ | 9.52 | 14.46 | 4.98 | - |
| YUV | 95.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 47 | 0.41 | 0 | 0.60 | 0.54 | 100.56 | 0.43 | 0.32 |
| Hex | 46 | 76 | 2F | 29 | 0 | 3C | 36 | 65 | 2B | 20 |
| Octal | 106 | 166 | 57 | 51 | 0 | 74 | 66 | 145 | 53 | 40 |
| Binary | 1000110 | 1110110 | 101111 | 101001 | 0 | 111100 | 110110 | 1100101 | 101011 | 100000 |
Color Harmonies of #46762F
Complementary color
Monochromatic Colors of #46762F
Black with #46762F
Text Example
Text Example
White with #46762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46762F; }
p { color: rgb(70,118,47); }
H1.HeaderClassName
{
color: #46762F;
}
.AnyTagClassName
{
color: #46762F;
}
</style>
background-color css
<style>
a { background-color: #46762F; }
a { background-color: rgb(70,118,47); }
div.DivClassName
{
background-color: #46762F;
}
.BgClassName
{
background-color: #46762F;
}
</style>
border-color css
<style>
span { border-color: #46762F; }
span { border-color: rgb(70,118,47); }
td.TdClassName
{
border-color: #46762F;
}
.TagClassName
{
border-color: #46762F;
}
</style>