Shades of Bismark #48727A
Tints of Bismark #48727A
RGB
CMYK
RGB Variations
Color information
#48727A (or 0x48727A) is known color: Bismark. HEX triplet: 48, 72 and 7A. RGB value is (72,114,122). Sum of RGB (Red+Green+Blue) = 72+114+122=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #48727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48727A is #B78D85. Grayscale: #666666. Windows color (decimal): -12029318 or 8024648. OLE color: 8024648.
HSL color Cylindrical-coordinate representation of color #48727A: hue angle of 189.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 #48727A is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 114 | 122 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.52 |
| HSL | 189.6º | 0.26% | 0.38% | - |
| HSV(B) | 189.6º | 0.41% | 0.48% | - |
| XYZ | 12.2 | 14.82 | 20.63 | - |
| YUV | 102.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 122 | 0.41 | 0.07 | 0 | 0.52 | 189.6 | 0.26 | 0.38 |
| Hex | 48 | 72 | 7A | 29 | 7 | 0 | 34 | BE | 1A | 26 |
| Octal | 110 | 162 | 172 | 51 | 7 | 0 | 64 | 276 | 32 | 46 |
| Binary | 1001000 | 1110010 | 1111010 | 101001 | 111 | 0 | 110100 | 10111110 | 11010 | 100110 |
Color Harmonies of #48727A
Complementary color
Monochromatic Colors of #48727A
Black with #48727A
Text Example
Text Example
White with #48727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48727A; }
p { color: rgb(72,114,122); }
H1.HeaderClassName
{
color: #48727A;
}
.AnyTagClassName
{
color: #48727A;
}
</style>
background-color css
<style>
a { background-color: #48727A; }
a { background-color: rgb(72,114,122); }
div.DivClassName
{
background-color: #48727A;
}
.BgClassName
{
background-color: #48727A;
}
</style>
border-color css
<style>
span { border-color: #48727A; }
span { border-color: rgb(72,114,122); }
td.TdClassName
{
border-color: #48727A;
}
.TagClassName
{
border-color: #48727A;
}
</style>