Shades of Bismark #487183
Tints of Bismark #487183
RGB
CMYK
RGB Variations
Color information
#487183 (or 0x487183) is known color: Bismark. HEX triplet: 48, 71 and 83. RGB value is (72,113,131). Sum of RGB (Red+Green+Blue) = 72+113+131=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #487183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487183 is #B78E7C. Grayscale: #666666. Windows color (decimal): -12029565 or 8614216. OLE color: 8614216.
HSL color Cylindrical-coordinate representation of color #487183: hue angle of 198.31º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #487183 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 113 | 131 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.49 |
| HSL | 198.31º | 0.29% | 0.4% | - |
| HSV(B) | 198.31º | 0.45% | 0.51% | - |
| XYZ | 12.67 | 14.83 | 23.67 | - |
| YUV | 102.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 131 | 0.45 | 0.14 | 0 | 0.49 | 198.31 | 0.29 | 0.4 |
| Hex | 48 | 71 | 83 | 2D | E | 0 | 31 | C6 | 1D | 28 |
| Octal | 110 | 161 | 203 | 55 | 16 | 0 | 61 | 306 | 35 | 50 |
| Binary | 1001000 | 1110001 | 10000011 | 101101 | 1110 | 0 | 110001 | 11000110 | 11101 | 101000 |
Color Harmonies of #487183
Complementary color
Monochromatic Colors of #487183
Black with #487183
Text Example
Text Example
White with #487183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487183; }
p { color: rgb(72,113,131); }
H1.HeaderClassName
{
color: #487183;
}
.AnyTagClassName
{
color: #487183;
}
</style>
background-color css
<style>
a { background-color: #487183; }
a { background-color: rgb(72,113,131); }
div.DivClassName
{
background-color: #487183;
}
.BgClassName
{
background-color: #487183;
}
</style>
border-color css
<style>
span { border-color: #487183; }
span { border-color: rgb(72,113,131); }
td.TdClassName
{
border-color: #487183;
}
.TagClassName
{
border-color: #487183;
}
</style>