Shades of Bismark #48717D
Tints of Bismark #48717D
RGB
CMYK
RGB Variations
Color information
#48717D (or 0x48717D) is known color: Bismark. HEX triplet: 48, 71 and 7D. RGB value is (72,113,125). Sum of RGB (Red+Green+Blue) = 72+113+125=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #48717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48717D is #B78E82. Grayscale: #666666. Windows color (decimal): -12029571 or 8221000. OLE color: 8221000.
HSL color Cylindrical-coordinate representation of color #48717D: hue angle of 193.58º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48717D is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 113 | 125 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.51 |
| HSL | 193.58º | 0.27% | 0.39% | - |
| HSV(B) | 193.58º | 0.42% | 0.49% | - |
| XYZ | 12.28 | 14.67 | 21.59 | - |
| YUV | 102.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 125 | 0.42 | 0.10 | 0 | 0.51 | 193.58 | 0.27 | 0.39 |
| Hex | 48 | 71 | 7D | 2A | A | 0 | 33 | C2 | 1B | 27 |
| Octal | 110 | 161 | 175 | 52 | 12 | 0 | 63 | 302 | 33 | 47 |
| Binary | 1001000 | 1110001 | 1111101 | 101010 | 1010 | 0 | 110011 | 11000010 | 11011 | 100111 |
Color Harmonies of #48717D
Complementary color
Monochromatic Colors of #48717D
Black with #48717D
Text Example
Text Example
White with #48717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48717D; }
p { color: rgb(72,113,125); }
H1.HeaderClassName
{
color: #48717D;
}
.AnyTagClassName
{
color: #48717D;
}
</style>
background-color css
<style>
a { background-color: #48717D; }
a { background-color: rgb(72,113,125); }
div.DivClassName
{
background-color: #48717D;
}
.BgClassName
{
background-color: #48717D;
}
</style>
border-color css
<style>
span { border-color: #48717D; }
span { border-color: rgb(72,113,125); }
td.TdClassName
{
border-color: #48717D;
}
.TagClassName
{
border-color: #48717D;
}
</style>