Shades of Bismark #486875
Tints of Bismark #486875
RGB
CMYK
RGB Variations
Color information
#486875 (or 0x486875) is known color: Bismark. HEX triplet: 48, 68 and 75. RGB value is (72,104,117). Sum of RGB (Red+Green+Blue) = 72+104+117=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #486875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486875 is #B7978A. Grayscale: #5F5F5F. Windows color (decimal): -12031883 or 7694408. OLE color: 7694408.
HSL color Cylindrical-coordinate representation of color #486875: hue angle of 197.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 #486875 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 104 | 117 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.54 |
| HSL | 197.33º | 0.24% | 0.37% | - |
| HSV(B) | 197.33º | 0.38% | 0.46% | - |
| XYZ | 10.83 | 12.56 | 18.68 | - |
| YUV | 95.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 117 | 0.38 | 0.11 | 0 | 0.54 | 197.33 | 0.24 | 0.37 |
| Hex | 48 | 68 | 75 | 26 | B | 0 | 36 | C5 | 18 | 25 |
| Octal | 110 | 150 | 165 | 46 | 13 | 0 | 66 | 305 | 30 | 45 |
| Binary | 1001000 | 1101000 | 1110101 | 100110 | 1011 | 0 | 110110 | 11000101 | 11000 | 100101 |
Color Harmonies of #486875
Complementary color
Monochromatic Colors of #486875
Black with #486875
Text Example
Text Example
White with #486875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486875; }
p { color: rgb(72,104,117); }
H1.HeaderClassName
{
color: #486875;
}
.AnyTagClassName
{
color: #486875;
}
</style>
background-color css
<style>
a { background-color: #486875; }
a { background-color: rgb(72,104,117); }
div.DivClassName
{
background-color: #486875;
}
.BgClassName
{
background-color: #486875;
}
</style>
border-color css
<style>
span { border-color: #486875; }
span { border-color: rgb(72,104,117); }
td.TdClassName
{
border-color: #486875;
}
.TagClassName
{
border-color: #486875;
}
</style>