Shades of Bismark #486574
Tints of Bismark #486574
RGB
CMYK
RGB Variations
Color information
#486574 (or 0x486574) is known color: Bismark. HEX triplet: 48, 65 and 74. RGB value is (72,101,116). Sum of RGB (Red+Green+Blue) = 72+101+116=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #486574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486574 is #B79A8B. Grayscale: #5D5D5D. Windows color (decimal): -12032652 or 7628104. OLE color: 7628104.
HSL color Cylindrical-coordinate representation of color #486574: hue angle of 200.45º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486574 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 101 | 116 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.55 |
| HSL | 200.45º | 0.23% | 0.37% | - |
| HSV(B) | 200.45º | 0.38% | 0.45% | - |
| XYZ | 10.48 | 11.95 | 18.28 | - |
| YUV | 94.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 116 | 0.38 | 0.13 | 0 | 0.55 | 200.45 | 0.23 | 0.37 |
| Hex | 48 | 65 | 74 | 26 | D | 0 | 37 | C8 | 17 | 25 |
| Octal | 110 | 145 | 164 | 46 | 15 | 0 | 67 | 310 | 27 | 45 |
| Binary | 1001000 | 1100101 | 1110100 | 100110 | 1101 | 0 | 110111 | 11001000 | 10111 | 100101 |
Color Harmonies of #486574
Complementary color
Monochromatic Colors of #486574
Black with #486574
Text Example
Text Example
White with #486574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486574; }
p { color: rgb(72,101,116); }
H1.HeaderClassName
{
color: #486574;
}
.AnyTagClassName
{
color: #486574;
}
</style>
background-color css
<style>
a { background-color: #486574; }
a { background-color: rgb(72,101,116); }
div.DivClassName
{
background-color: #486574;
}
.BgClassName
{
background-color: #486574;
}
</style>
border-color css
<style>
span { border-color: #486574; }
span { border-color: rgb(72,101,116); }
td.TdClassName
{
border-color: #486574;
}
.TagClassName
{
border-color: #486574;
}
</style>