Shades of Bismark #48647A
Tints of Bismark #48647A
RGB
CMYK
RGB Variations
Color information
#48647A (or 0x48647A) is known color: Bismark. HEX triplet: 48, 64 and 7A. RGB value is (72,100,122). Sum of RGB (Red+Green+Blue) = 72+100+122=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #48647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48647A is #B79B85. Grayscale: #5E5E5E. Windows color (decimal): -12032902 or 8021064. OLE color: 8021064.
HSL color Cylindrical-coordinate representation of color #48647A: hue angle of 206.4º 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 #48647A is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 100 | 122 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.52 |
| HSL | 206.4º | 0.26% | 0.38% | - |
| HSV(B) | 206.4º | 0.41% | 0.48% | - |
| XYZ | 10.74 | 11.9 | 20.14 | - |
| YUV | 94.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 122 | 0.41 | 0.18 | 0 | 0.52 | 206.4 | 0.26 | 0.38 |
| Hex | 48 | 64 | 7A | 29 | 12 | 0 | 34 | CE | 1A | 26 |
| Octal | 110 | 144 | 172 | 51 | 22 | 0 | 64 | 316 | 32 | 46 |
| Binary | 1001000 | 1100100 | 1111010 | 101001 | 10010 | 0 | 110100 | 11001110 | 11010 | 100110 |
Color Harmonies of #48647A
Complementary color
Monochromatic Colors of #48647A
Black with #48647A
Text Example
Text Example
White with #48647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48647A; }
p { color: rgb(72,100,122); }
H1.HeaderClassName
{
color: #48647A;
}
.AnyTagClassName
{
color: #48647A;
}
</style>
background-color css
<style>
a { background-color: #48647A; }
a { background-color: rgb(72,100,122); }
div.DivClassName
{
background-color: #48647A;
}
.BgClassName
{
background-color: #48647A;
}
</style>
border-color css
<style>
span { border-color: #48647A; }
span { border-color: rgb(72,100,122); }
td.TdClassName
{
border-color: #48647A;
}
.TagClassName
{
border-color: #48647A;
}
</style>