Shades of Bilbao #46802A
Tints of Bilbao #46802A
RGB
CMYK
RGB Variations
Color information
#46802A (or 0x46802A) is known color: Bilbao. HEX triplet: 46, 80 and 2A. RGB value is (70,128,42). Sum of RGB (Red+Green+Blue) = 70+128+42=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #46802A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46802A is #B97FD5. Grayscale: #656565. Windows color (decimal): -12156886 or 2785350. OLE color: 2785350.
HSL color Cylindrical-coordinate representation of color #46802A: hue angle of 100.47º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46802A is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 128 | 42 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.50 |
| HSL | 100.47º | 0.51% | 0.33% | - |
| HSV(B) | 100.47º | 0.67% | 0.5% | - |
| XYZ | 10.66 | 16.91 | 4.89 | - |
| YUV | 100.85 | 94.78 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 42 | 0.45 | 0 | 0.67 | 0.50 | 100.47 | 0.51 | 0.33 |
| Hex | 46 | 80 | 2A | 2D | 0 | 43 | 32 | 64 | 33 | 21 |
| Octal | 106 | 200 | 52 | 55 | 0 | 103 | 62 | 144 | 63 | 41 |
| Binary | 1000110 | 10000000 | 101010 | 101101 | 0 | 1000011 | 110010 | 1100100 | 110011 | 100001 |
Color Harmonies of #46802A
Complementary color
Monochromatic Colors of #46802A
Black with #46802A
Text Example
Text Example
White with #46802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46802A; }
p { color: rgb(70,128,42); }
H1.HeaderClassName
{
color: #46802A;
}
.AnyTagClassName
{
color: #46802A;
}
</style>
background-color css
<style>
a { background-color: #46802A; }
a { background-color: rgb(70,128,42); }
div.DivClassName
{
background-color: #46802A;
}
.BgClassName
{
background-color: #46802A;
}
</style>
border-color css
<style>
span { border-color: #46802A; }
span { border-color: rgb(70,128,42); }
td.TdClassName
{
border-color: #46802A;
}
.TagClassName
{
border-color: #46802A;
}
</style>