Shades of Bilbao #4B7B2E
Tints of Bilbao #4B7B2E
RGB
CMYK
RGB Variations
Color information
#4B7B2E (or 0x4B7B2E) is known color: Bilbao. HEX triplet: 4B, 7B and 2E. RGB value is (75,123,46). Sum of RGB (Red+Green+Blue) = 75+123+46=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #4B7B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7B2E is #B484D1. Grayscale: #646464. Windows color (decimal): -11830482 or 3046219. OLE color: 3046219.
HSL color Cylindrical-coordinate representation of color #4B7B2E: hue angle of 97.4º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B7B2E is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 123 | 46 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.52 |
| HSL | 97.4º | 0.46% | 0.33% | - |
| HSV(B) | 97.4º | 0.63% | 0.48% | - |
| XYZ | 10.48 | 15.86 | 5.09 | - |
| YUV | 99.87 | 97.6 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 123 | 46 | 0.39 | 0 | 0.63 | 0.52 | 97.4 | 0.46 | 0.33 |
| Hex | 4B | 7B | 2E | 27 | 0 | 3F | 34 | 61 | 2E | 21 |
| Octal | 113 | 173 | 56 | 47 | 0 | 77 | 64 | 141 | 56 | 41 |
| Binary | 1001011 | 1111011 | 101110 | 100111 | 0 | 111111 | 110100 | 1100001 | 101110 | 100001 |
Color Harmonies of #4B7B2E
Complementary color
Monochromatic Colors of #4B7B2E
Black with #4B7B2E
Text Example
Text Example
White with #4B7B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7B2E; }
p { color: rgb(75,123,46); }
H1.HeaderClassName
{
color: #4B7B2E;
}
.AnyTagClassName
{
color: #4B7B2E;
}
</style>
background-color css
<style>
a { background-color: #4B7B2E; }
a { background-color: rgb(75,123,46); }
div.DivClassName
{
background-color: #4B7B2E;
}
.BgClassName
{
background-color: #4B7B2E;
}
</style>
border-color css
<style>
span { border-color: #4B7B2E; }
span { border-color: rgb(75,123,46); }
td.TdClassName
{
border-color: #4B7B2E;
}
.TagClassName
{
border-color: #4B7B2E;
}
</style>