Shades of Bilbao #498401
Tints of Bilbao #498401
RGB
CMYK
RGB Variations
Color information
#498401 (or 0x498401) is known color: Bilbao. HEX triplet: 49, 84 and 01. RGB value is (73,132,1). Sum of RGB (Red+Green+Blue) = 73+132+1=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #498401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498401 is #B67BFE. Grayscale: #636363. Windows color (decimal): -11959295 or 99401. OLE color: 99401.
HSL color Cylindrical-coordinate representation of color #498401: hue angle of 87.02º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #498401 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.48 |
| HSL | 87.02º | 0.98% | 0.26% | - |
| HSV(B) | 87.02º | 0.99% | 0.52% | - |
| XYZ | 11 | 17.92 | 2.91 | - |
| YUV | 99.43 | 72.45 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 1 | 0.45 | 0 | 0.99 | 0.48 | 87.02 | 0.98 | 0.26 |
| Hex | 49 | 84 | 1 | 2D | 0 | 63 | 30 | 57 | 62 | 1A |
| Octal | 111 | 204 | 1 | 55 | 0 | 143 | 60 | 127 | 142 | 32 |
| Binary | 1001001 | 10000100 | 1 | 101101 | 0 | 1100011 | 110000 | 1010111 | 1100010 | 11010 |
Color Harmonies of #498401
Complementary color
Monochromatic Colors of #498401
Black with #498401
Text Example
Text Example
White with #498401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498401; }
p { color: rgb(73,132,1); }
H1.HeaderClassName
{
color: #498401;
}
.AnyTagClassName
{
color: #498401;
}
</style>
background-color css
<style>
a { background-color: #498401; }
a { background-color: rgb(73,132,1); }
div.DivClassName
{
background-color: #498401;
}
.BgClassName
{
background-color: #498401;
}
</style>
border-color css
<style>
span { border-color: #498401; }
span { border-color: rgb(73,132,1); }
td.TdClassName
{
border-color: #498401;
}
.TagClassName
{
border-color: #498401;
}
</style>