Shades of Bilbao #468303
Tints of Bilbao #468303
RGB
CMYK
RGB Variations
Color information
#468303 (or 0x468303) is known color: Bilbao. HEX triplet: 46, 83 and 03. RGB value is (70,131,3). Sum of RGB (Red+Green+Blue) = 70+131+3=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #468303 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468303 is #B97CFC. Grayscale: #626262. Windows color (decimal): -12156157 or 230214. OLE color: 230214.
HSL color Cylindrical-coordinate representation of color #468303: hue angle of 88.59º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #468303 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 131 | 3 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.49 |
| HSL | 88.59º | 0.96% | 0.26% | - |
| HSV(B) | 88.59º | 0.98% | 0.51% | - |
| XYZ | 10.66 | 17.54 | 2.91 | - |
| YUV | 98.17 | 74.29 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 3 | 0.47 | 0 | 0.98 | 0.49 | 88.59 | 0.96 | 0.26 |
| Hex | 46 | 83 | 3 | 2F | 0 | 62 | 31 | 59 | 60 | 1A |
| Octal | 106 | 203 | 3 | 57 | 0 | 142 | 61 | 131 | 140 | 32 |
| Binary | 1000110 | 10000011 | 11 | 101111 | 0 | 1100010 | 110001 | 1011001 | 1100000 | 11010 |
Color Harmonies of #468303
Complementary color
Monochromatic Colors of #468303
Black with #468303
Text Example
Text Example
White with #468303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468303; }
p { color: rgb(70,131,3); }
H1.HeaderClassName
{
color: #468303;
}
.AnyTagClassName
{
color: #468303;
}
</style>
background-color css
<style>
a { background-color: #468303; }
a { background-color: rgb(70,131,3); }
div.DivClassName
{
background-color: #468303;
}
.BgClassName
{
background-color: #468303;
}
</style>
border-color css
<style>
span { border-color: #468303; }
span { border-color: rgb(70,131,3); }
td.TdClassName
{
border-color: #468303;
}
.TagClassName
{
border-color: #468303;
}
</style>