Shades of Bilbao #447B1B
Tints of Bilbao #447B1B
RGB
CMYK
RGB Variations
Color information
#447B1B (or 0x447B1B) is known color: Bilbao. HEX triplet: 44, 7B and 1B. RGB value is (68,123,27). Sum of RGB (Red+Green+Blue) = 68+123+27=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #447B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447B1B is #BB84E4. Grayscale: #5F5F5F. Windows color (decimal): -12289253 or 1801028. OLE color: 1801028.
HSL color Cylindrical-coordinate representation of color #447B1B: hue angle of 94.38º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #447B1B is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 27 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.52 |
| HSL | 94.38º | 0.64% | 0.29% | - |
| HSV(B) | 94.38º | 0.78% | 0.48% | - |
| XYZ | 9.66 | 15.47 | 3.51 | - |
| YUV | 95.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 27 | 0.45 | 0 | 0.78 | 0.52 | 94.38 | 0.64 | 0.29 |
| Hex | 44 | 7B | 1B | 2D | 0 | 4E | 34 | 5E | 40 | 1D |
| Octal | 104 | 173 | 33 | 55 | 0 | 116 | 64 | 136 | 100 | 35 |
| Binary | 1000100 | 1111011 | 11011 | 101101 | 0 | 1001110 | 110100 | 1011110 | 1000000 | 11101 |
Color Harmonies of #447B1B
Complementary color
Monochromatic Colors of #447B1B
Black with #447B1B
Text Example
Text Example
White with #447B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B1B; }
p { color: rgb(68,123,27); }
H1.HeaderClassName
{
color: #447B1B;
}
.AnyTagClassName
{
color: #447B1B;
}
</style>
background-color css
<style>
a { background-color: #447B1B; }
a { background-color: rgb(68,123,27); }
div.DivClassName
{
background-color: #447B1B;
}
.BgClassName
{
background-color: #447B1B;
}
</style>
border-color css
<style>
span { border-color: #447B1B; }
span { border-color: rgb(68,123,27); }
td.TdClassName
{
border-color: #447B1B;
}
.TagClassName
{
border-color: #447B1B;
}
</style>