Shades of Bismark #48677D
Tints of Bismark #48677D
RGB
CMYK
RGB Variations
Color information
#48677D (or 0x48677D) is known color: Bismark. HEX triplet: 48, 67 and 7D. RGB value is (72,103,125). Sum of RGB (Red+Green+Blue) = 72+103+125=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #48677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48677D is #B79882. Grayscale: #606060. Windows color (decimal): -12032131 or 8218440. OLE color: 8218440.
HSL color Cylindrical-coordinate representation of color #48677D: hue angle of 204.91º 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 #48677D is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 103 | 125 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.51 |
| HSL | 204.91º | 0.27% | 0.39% | - |
| HSV(B) | 204.91º | 0.42% | 0.49% | - |
| XYZ | 11.22 | 12.56 | 21.23 | - |
| YUV | 96.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 125 | 0.42 | 0.18 | 0 | 0.51 | 204.91 | 0.27 | 0.39 |
| Hex | 48 | 67 | 7D | 2A | 12 | 0 | 33 | CD | 1B | 27 |
| Octal | 110 | 147 | 175 | 52 | 22 | 0 | 63 | 315 | 33 | 47 |
| Binary | 1001000 | 1100111 | 1111101 | 101010 | 10010 | 0 | 110011 | 11001101 | 11011 | 100111 |
Color Harmonies of #48677D
Complementary color
Monochromatic Colors of #48677D
Black with #48677D
Text Example
Text Example
White with #48677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48677D; }
p { color: rgb(72,103,125); }
H1.HeaderClassName
{
color: #48677D;
}
.AnyTagClassName
{
color: #48677D;
}
</style>
background-color css
<style>
a { background-color: #48677D; }
a { background-color: rgb(72,103,125); }
div.DivClassName
{
background-color: #48677D;
}
.BgClassName
{
background-color: #48677D;
}
</style>
border-color css
<style>
span { border-color: #48677D; }
span { border-color: rgb(72,103,125); }
td.TdClassName
{
border-color: #48677D;
}
.TagClassName
{
border-color: #48677D;
}
</style>