Shades of Bilbao #46752F
Tints of Bilbao #46752F
RGB
CMYK
RGB Variations
Color information
#46752F (or 0x46752F) is known color: Bilbao. HEX triplet: 46, 75 and 2F. RGB value is (70,117,47). Sum of RGB (Red+Green+Blue) = 70+117+47=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #46752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46752F is #B98AD0. Grayscale: #5F5F5F. Windows color (decimal): -12159697 or 3110214. OLE color: 3110214.
HSL color Cylindrical-coordinate representation of color #46752F: hue angle of 100.29º 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 #46752F is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 117 | 47 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.54 |
| HSL | 100.29º | 0.43% | 0.32% | - |
| HSV(B) | 100.29º | 0.6% | 0.46% | - |
| XYZ | 9.4 | 14.23 | 4.94 | - |
| YUV | 94.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 47 | 0.40 | 0 | 0.60 | 0.54 | 100.29 | 0.43 | 0.32 |
| Hex | 46 | 75 | 2F | 28 | 0 | 3C | 36 | 64 | 2B | 20 |
| Octal | 106 | 165 | 57 | 50 | 0 | 74 | 66 | 144 | 53 | 40 |
| Binary | 1000110 | 1110101 | 101111 | 101000 | 0 | 111100 | 110110 | 1100100 | 101011 | 100000 |
Color Harmonies of #46752F
Complementary color
Monochromatic Colors of #46752F
Black with #46752F
Text Example
Text Example
White with #46752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46752F; }
p { color: rgb(70,117,47); }
H1.HeaderClassName
{
color: #46752F;
}
.AnyTagClassName
{
color: #46752F;
}
</style>
background-color css
<style>
a { background-color: #46752F; }
a { background-color: rgb(70,117,47); }
div.DivClassName
{
background-color: #46752F;
}
.BgClassName
{
background-color: #46752F;
}
</style>
border-color css
<style>
span { border-color: #46752F; }
span { border-color: rgb(70,117,47); }
td.TdClassName
{
border-color: #46752F;
}
.TagClassName
{
border-color: #46752F;
}
</style>