Shades of Bismark #486272
Tints of Bismark #486272
RGB
CMYK
RGB Variations
Color information
#486272 (or 0x486272) is known color: Bismark. HEX triplet: 48, 62 and 72. RGB value is (72,98,114). Sum of RGB (Red+Green+Blue) = 72+98+114=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #486272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486272 is #B79D8D. Grayscale: #5B5B5B. Windows color (decimal): -12033422 or 7496264. OLE color: 7496264.
HSL color Cylindrical-coordinate representation of color #486272: hue angle of 202.86º 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 #486272 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 98 | 114 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.55 |
| HSL | 202.86º | 0.23% | 0.36% | - |
| HSV(B) | 202.86º | 0.37% | 0.45% | - |
| XYZ | 10.08 | 11.33 | 17.57 | - |
| YUV | 92.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 114 | 0.37 | 0.14 | 0 | 0.55 | 202.86 | 0.23 | 0.36 |
| Hex | 48 | 62 | 72 | 25 | E | 0 | 37 | CB | 17 | 24 |
| Octal | 110 | 142 | 162 | 45 | 16 | 0 | 67 | 313 | 27 | 44 |
| Binary | 1001000 | 1100010 | 1110010 | 100101 | 1110 | 0 | 110111 | 11001011 | 10111 | 100100 |
Color Harmonies of #486272
Complementary color
Monochromatic Colors of #486272
Black with #486272
Text Example
Text Example
White with #486272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486272; }
p { color: rgb(72,98,114); }
H1.HeaderClassName
{
color: #486272;
}
.AnyTagClassName
{
color: #486272;
}
</style>
background-color css
<style>
a { background-color: #486272; }
a { background-color: rgb(72,98,114); }
div.DivClassName
{
background-color: #486272;
}
.BgClassName
{
background-color: #486272;
}
</style>
border-color css
<style>
span { border-color: #486272; }
span { border-color: rgb(72,98,114); }
td.TdClassName
{
border-color: #486272;
}
.TagClassName
{
border-color: #486272;
}
</style>