Shades of Bismark #48697D
Tints of Bismark #48697D
RGB
CMYK
RGB Variations
Color information
#48697D (or 0x48697D) is known color: Bismark. HEX triplet: 48, 69 and 7D. RGB value is (72,105,125). Sum of RGB (Red+Green+Blue) = 72+105+125=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #48697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48697D is #B79682. Grayscale: #616161. Windows color (decimal): -12031619 or 8218952. OLE color: 8218952.
HSL color Cylindrical-coordinate representation of color #48697D: hue angle of 202.64º 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 #48697D is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 105 | 125 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.51 |
| HSL | 202.64º | 0.27% | 0.39% | - |
| HSV(B) | 202.64º | 0.42% | 0.49% | - |
| XYZ | 11.43 | 12.96 | 21.3 | - |
| YUV | 97.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 125 | 0.42 | 0.16 | 0 | 0.51 | 202.64 | 0.27 | 0.39 |
| Hex | 48 | 69 | 7D | 2A | 10 | 0 | 33 | CB | 1B | 27 |
| Octal | 110 | 151 | 175 | 52 | 20 | 0 | 63 | 313 | 33 | 47 |
| Binary | 1001000 | 1101001 | 1111101 | 101010 | 10000 | 0 | 110011 | 11001011 | 11011 | 100111 |
Color Harmonies of #48697D
Complementary color
Monochromatic Colors of #48697D
Black with #48697D
Text Example
Text Example
White with #48697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48697D; }
p { color: rgb(72,105,125); }
H1.HeaderClassName
{
color: #48697D;
}
.AnyTagClassName
{
color: #48697D;
}
</style>
background-color css
<style>
a { background-color: #48697D; }
a { background-color: rgb(72,105,125); }
div.DivClassName
{
background-color: #48697D;
}
.BgClassName
{
background-color: #48697D;
}
</style>
border-color css
<style>
span { border-color: #48697D; }
span { border-color: rgb(72,105,125); }
td.TdClassName
{
border-color: #48697D;
}
.TagClassName
{
border-color: #48697D;
}
</style>