Shades of Bismark #48727F
Tints of Bismark #48727F
RGB
CMYK
RGB Variations
Color information
#48727F (or 0x48727F) is known color: Bismark. HEX triplet: 48, 72 and 7F. RGB value is (72,114,127). Sum of RGB (Red+Green+Blue) = 72+114+127=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #48727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48727F is #B78D80. Grayscale: #666666. Windows color (decimal): -12029313 or 8352328. OLE color: 8352328.
HSL color Cylindrical-coordinate representation of color #48727F: hue angle of 194.18º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48727F is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 114 | 127 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.50 |
| HSL | 194.18º | 0.28% | 0.39% | - |
| HSV(B) | 194.18º | 0.43% | 0.5% | - |
| XYZ | 12.52 | 14.94 | 22.3 | - |
| YUV | 102.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 127 | 0.43 | 0.10 | 0 | 0.50 | 194.18 | 0.28 | 0.39 |
| Hex | 48 | 72 | 7F | 2B | A | 0 | 32 | C2 | 1C | 27 |
| Octal | 110 | 162 | 177 | 53 | 12 | 0 | 62 | 302 | 34 | 47 |
| Binary | 1001000 | 1110010 | 1111111 | 101011 | 1010 | 0 | 110010 | 11000010 | 11100 | 100111 |
Color Harmonies of #48727F
Complementary color
Monochromatic Colors of #48727F
Black with #48727F
Text Example
Text Example
White with #48727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48727F; }
p { color: rgb(72,114,127); }
H1.HeaderClassName
{
color: #48727F;
}
.AnyTagClassName
{
color: #48727F;
}
</style>
background-color css
<style>
a { background-color: #48727F; }
a { background-color: rgb(72,114,127); }
div.DivClassName
{
background-color: #48727F;
}
.BgClassName
{
background-color: #48727F;
}
</style>
border-color css
<style>
span { border-color: #48727F; }
span { border-color: rgb(72,114,127); }
td.TdClassName
{
border-color: #48727F;
}
.TagClassName
{
border-color: #48727F;
}
</style>