Shades of Bismark #48737B
Tints of Bismark #48737B
RGB
CMYK
RGB Variations
Color information
#48737B (or 0x48737B) is known color: Bismark. HEX triplet: 48, 73 and 7B. RGB value is (72,115,123). Sum of RGB (Red+Green+Blue) = 72+115+123=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #48737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48737B is #B78C84. Grayscale: #666666. Windows color (decimal): -12029061 or 8090440. OLE color: 8090440.
HSL color Cylindrical-coordinate representation of color #48737B: hue angle of 189.41º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48737B is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 115 | 123 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.52 |
| HSL | 189.41º | 0.26% | 0.38% | - |
| HSV(B) | 189.41º | 0.41% | 0.48% | - |
| XYZ | 12.38 | 15.07 | 21 | - |
| YUV | 103.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 123 | 0.41 | 0.07 | 0 | 0.52 | 189.41 | 0.26 | 0.38 |
| Hex | 48 | 73 | 7B | 29 | 7 | 0 | 34 | BD | 1A | 26 |
| Octal | 110 | 163 | 173 | 51 | 7 | 0 | 64 | 275 | 32 | 46 |
| Binary | 1001000 | 1110011 | 1111011 | 101001 | 111 | 0 | 110100 | 10111101 | 11010 | 100110 |
Color Harmonies of #48737B
Complementary color
Monochromatic Colors of #48737B
Black with #48737B
Text Example
Text Example
White with #48737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48737B; }
p { color: rgb(72,115,123); }
H1.HeaderClassName
{
color: #48737B;
}
.AnyTagClassName
{
color: #48737B;
}
</style>
background-color css
<style>
a { background-color: #48737B; }
a { background-color: rgb(72,115,123); }
div.DivClassName
{
background-color: #48737B;
}
.BgClassName
{
background-color: #48737B;
}
</style>
border-color css
<style>
span { border-color: #48737B; }
span { border-color: rgb(72,115,123); }
td.TdClassName
{
border-color: #48737B;
}
.TagClassName
{
border-color: #48737B;
}
</style>