Shades of Bismark #486575
Tints of Bismark #486575
RGB
CMYK
RGB Variations
Color information
#486575 (or 0x486575) is known color: Bismark. HEX triplet: 48, 65 and 75. RGB value is (72,101,117). Sum of RGB (Red+Green+Blue) = 72+101+117=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #486575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486575 is #B79A8A. Grayscale: #5E5E5E. Windows color (decimal): -12032651 or 7693640. OLE color: 7693640.
HSL color Cylindrical-coordinate representation of color #486575: hue angle of 201.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486575 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 101 | 117 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.54 |
| HSL | 201.33º | 0.24% | 0.37% | - |
| HSV(B) | 201.33º | 0.38% | 0.46% | - |
| XYZ | 10.54 | 11.97 | 18.58 | - |
| YUV | 94.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 117 | 0.38 | 0.14 | 0 | 0.54 | 201.33 | 0.24 | 0.37 |
| Hex | 48 | 65 | 75 | 26 | E | 0 | 36 | C9 | 18 | 25 |
| Octal | 110 | 145 | 165 | 46 | 16 | 0 | 66 | 311 | 30 | 45 |
| Binary | 1001000 | 1100101 | 1110101 | 100110 | 1110 | 0 | 110110 | 11001001 | 11000 | 100101 |
Color Harmonies of #486575
Complementary color
Monochromatic Colors of #486575
Black with #486575
Text Example
Text Example
White with #486575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486575; }
p { color: rgb(72,101,117); }
H1.HeaderClassName
{
color: #486575;
}
.AnyTagClassName
{
color: #486575;
}
</style>
background-color css
<style>
a { background-color: #486575; }
a { background-color: rgb(72,101,117); }
div.DivClassName
{
background-color: #486575;
}
.BgClassName
{
background-color: #486575;
}
</style>
border-color css
<style>
span { border-color: #486575; }
span { border-color: rgb(72,101,117); }
td.TdClassName
{
border-color: #486575;
}
.TagClassName
{
border-color: #486575;
}
</style>