Shades of Bismark #48687A
Tints of Bismark #48687A
RGB
CMYK
RGB Variations
Color information
#48687A (or 0x48687A) is known color: Bismark. HEX triplet: 48, 68 and 7A. RGB value is (72,104,122). Sum of RGB (Red+Green+Blue) = 72+104+122=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #48687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48687A is #B79785. Grayscale: #606060. Windows color (decimal): -12031878 or 8022088. OLE color: 8022088.
HSL color Cylindrical-coordinate representation of color #48687A: hue angle of 201.6º 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 #48687A is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 104 | 122 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.52 |
| HSL | 201.6º | 0.26% | 0.38% | - |
| HSV(B) | 201.6º | 0.41% | 0.48% | - |
| XYZ | 11.14 | 12.68 | 20.27 | - |
| YUV | 96.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 122 | 0.41 | 0.15 | 0 | 0.52 | 201.6 | 0.26 | 0.38 |
| Hex | 48 | 68 | 7A | 29 | F | 0 | 34 | CA | 1A | 26 |
| Octal | 110 | 150 | 172 | 51 | 17 | 0 | 64 | 312 | 32 | 46 |
| Binary | 1001000 | 1101000 | 1111010 | 101001 | 1111 | 0 | 110100 | 11001010 | 11010 | 100110 |
Color Harmonies of #48687A
Complementary color
Monochromatic Colors of #48687A
Black with #48687A
Text Example
Text Example
White with #48687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48687A; }
p { color: rgb(72,104,122); }
H1.HeaderClassName
{
color: #48687A;
}
.AnyTagClassName
{
color: #48687A;
}
</style>
background-color css
<style>
a { background-color: #48687A; }
a { background-color: rgb(72,104,122); }
div.DivClassName
{
background-color: #48687A;
}
.BgClassName
{
background-color: #48687A;
}
</style>
border-color css
<style>
span { border-color: #48687A; }
span { border-color: rgb(72,104,122); }
td.TdClassName
{
border-color: #48687A;
}
.TagClassName
{
border-color: #48687A;
}
</style>