Shades of Bismark #486572
Tints of Bismark #486572
RGB
CMYK
RGB Variations
Color information
#486572 (or 0x486572) is known color: Bismark. HEX triplet: 48, 65 and 72. RGB value is (72,101,114). Sum of RGB (Red+Green+Blue) = 72+101+114=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #486572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486572 is #B79A8D. Grayscale: #5D5D5D. Windows color (decimal): -12032654 or 7497032. OLE color: 7497032.
HSL color Cylindrical-coordinate representation of color #486572: hue angle of 198.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486572 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 101 | 114 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.55 |
| HSL | 198.57º | 0.23% | 0.36% | - |
| HSV(B) | 198.57º | 0.37% | 0.45% | - |
| XYZ | 10.36 | 11.9 | 17.67 | - |
| YUV | 93.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 114 | 0.37 | 0.11 | 0 | 0.55 | 198.57 | 0.23 | 0.36 |
| Hex | 48 | 65 | 72 | 25 | B | 0 | 37 | C7 | 17 | 24 |
| Octal | 110 | 145 | 162 | 45 | 13 | 0 | 67 | 307 | 27 | 44 |
| Binary | 1001000 | 1100101 | 1110010 | 100101 | 1011 | 0 | 110111 | 11000111 | 10111 | 100100 |
Color Harmonies of #486572
Complementary color
Monochromatic Colors of #486572
Black with #486572
Text Example
Text Example
White with #486572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486572; }
p { color: rgb(72,101,114); }
H1.HeaderClassName
{
color: #486572;
}
.AnyTagClassName
{
color: #486572;
}
</style>
background-color css
<style>
a { background-color: #486572; }
a { background-color: rgb(72,101,114); }
div.DivClassName
{
background-color: #486572;
}
.BgClassName
{
background-color: #486572;
}
</style>
border-color css
<style>
span { border-color: #486572; }
span { border-color: rgb(72,101,114); }
td.TdClassName
{
border-color: #486572;
}
.TagClassName
{
border-color: #486572;
}
</style>