Shades of Bilbao #457B03
Tints of Bilbao #457B03
RGB
CMYK
RGB Variations
Color information
#457B03 (or 0x457B03) is known color: Bilbao. HEX triplet: 45, 7B and 03. RGB value is (69,123,3). Sum of RGB (Red+Green+Blue) = 69+123+3=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 123 (48.44% from 255 or 63.08% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 123 - color contains mainly: green. Hex color #457B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457B03 is #BA84FC. Grayscale: #5D5D5D. Windows color (decimal): -12223741 or 228165. OLE color: 228165.
HSL color Cylindrical-coordinate representation of color #457B03: hue angle of 87º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #457B03 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 123 | 3 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.52 |
| HSL | 87º | 0.95% | 0.25% | - |
| HSV(B) | 87º | 0.98% | 0.48% | - |
| XYZ | 9.55 | 15.44 | 2.56 | - |
| YUV | 93.17 | 77.11 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 3 | 0.44 | 0 | 0.98 | 0.52 | 87 | 0.95 | 0.25 |
| Hex | 45 | 7B | 3 | 2C | 0 | 62 | 34 | 57 | 5F | 19 |
| Octal | 105 | 173 | 3 | 54 | 0 | 142 | 64 | 127 | 137 | 31 |
| Binary | 1000101 | 1111011 | 11 | 101100 | 0 | 1100010 | 110100 | 1010111 | 1011111 | 11001 |
Color Harmonies of #457B03
Complementary color
Monochromatic Colors of #457B03
Black with #457B03
Text Example
Text Example
White with #457B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457B03; }
p { color: rgb(69,123,3); }
H1.HeaderClassName
{
color: #457B03;
}
.AnyTagClassName
{
color: #457B03;
}
</style>
background-color css
<style>
a { background-color: #457B03; }
a { background-color: rgb(69,123,3); }
div.DivClassName
{
background-color: #457B03;
}
.BgClassName
{
background-color: #457B03;
}
</style>
border-color css
<style>
span { border-color: #457B03; }
span { border-color: rgb(69,123,3); }
td.TdClassName
{
border-color: #457B03;
}
.TagClassName
{
border-color: #457B03;
}
</style>