Shades of Bismark #48657A
Tints of Bismark #48657A
RGB
CMYK
RGB Variations
Color information
#48657A (or 0x48657A) is known color: Bismark. HEX triplet: 48, 65 and 7A. RGB value is (72,101,122). Sum of RGB (Red+Green+Blue) = 72+101+122=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #48657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48657A is #B79A85. Grayscale: #5E5E5E. Windows color (decimal): -12032646 or 8021320. OLE color: 8021320.
HSL color Cylindrical-coordinate representation of color #48657A: hue angle of 205.2º 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 #48657A is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 101 | 122 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.52 |
| HSL | 205.2º | 0.26% | 0.38% | - |
| HSV(B) | 205.2º | 0.41% | 0.48% | - |
| XYZ | 10.84 | 12.09 | 20.17 | - |
| YUV | 94.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 122 | 0.41 | 0.17 | 0 | 0.52 | 205.2 | 0.26 | 0.38 |
| Hex | 48 | 65 | 7A | 29 | 11 | 0 | 34 | CD | 1A | 26 |
| Octal | 110 | 145 | 172 | 51 | 21 | 0 | 64 | 315 | 32 | 46 |
| Binary | 1001000 | 1100101 | 1111010 | 101001 | 10001 | 0 | 110100 | 11001101 | 11010 | 100110 |
Color Harmonies of #48657A
Complementary color
Monochromatic Colors of #48657A
Black with #48657A
Text Example
Text Example
White with #48657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48657A; }
p { color: rgb(72,101,122); }
H1.HeaderClassName
{
color: #48657A;
}
.AnyTagClassName
{
color: #48657A;
}
</style>
background-color css
<style>
a { background-color: #48657A; }
a { background-color: rgb(72,101,122); }
div.DivClassName
{
background-color: #48657A;
}
.BgClassName
{
background-color: #48657A;
}
</style>
border-color css
<style>
span { border-color: #48657A; }
span { border-color: rgb(72,101,122); }
td.TdClassName
{
border-color: #48657A;
}
.TagClassName
{
border-color: #48657A;
}
</style>