Shades of Bilbao #467B13
Tints of Bilbao #467B13
RGB
CMYK
RGB Variations
Color information
#467B13 (or 0x467B13) is known color: Bilbao. HEX triplet: 46, 7B and 13. RGB value is (70,123,19). Sum of RGB (Red+Green+Blue) = 70+123+19=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 123 (48.44% from 255 or 58.02% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 123 - color contains mainly: green. Hex color #467B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467B13 is #B984EC. Grayscale: #5F5F5F. Windows color (decimal): -12158189 or 1276742. OLE color: 1276742.
HSL color Cylindrical-coordinate representation of color #467B13: hue angle of 90.58º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #467B13 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 123 | 19 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.52 |
| HSL | 90.58º | 0.73% | 0.28% | - |
| HSV(B) | 90.58º | 0.85% | 0.48% | - |
| XYZ | 9.73 | 15.52 | 3.1 | - |
| YUV | 95.3 | 84.94 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 19 | 0.43 | 0 | 0.85 | 0.52 | 90.58 | 0.73 | 0.28 |
| Hex | 46 | 7B | 13 | 2B | 0 | 55 | 34 | 5B | 49 | 1C |
| Octal | 106 | 173 | 23 | 53 | 0 | 125 | 64 | 133 | 111 | 34 |
| Binary | 1000110 | 1111011 | 10011 | 101011 | 0 | 1010101 | 110100 | 1011011 | 1001001 | 11100 |
Color Harmonies of #467B13
Complementary color
Monochromatic Colors of #467B13
Black with #467B13
Text Example
Text Example
White with #467B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B13; }
p { color: rgb(70,123,19); }
H1.HeaderClassName
{
color: #467B13;
}
.AnyTagClassName
{
color: #467B13;
}
</style>
background-color css
<style>
a { background-color: #467B13; }
a { background-color: rgb(70,123,19); }
div.DivClassName
{
background-color: #467B13;
}
.BgClassName
{
background-color: #467B13;
}
</style>
border-color css
<style>
span { border-color: #467B13; }
span { border-color: rgb(70,123,19); }
td.TdClassName
{
border-color: #467B13;
}
.TagClassName
{
border-color: #467B13;
}
</style>