Shades of Bismark #486F83
Tints of Bismark #486F83
RGB
CMYK
RGB Variations
Color information
#486F83 (or 0x486F83) is known color: Bismark. HEX triplet: 48, 6F and 83. RGB value is (72,111,131). Sum of RGB (Red+Green+Blue) = 72+111+131=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #486F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F83 is #B7907C. Grayscale: #656565. Windows color (decimal): -12030077 or 8613704. OLE color: 8613704.
HSL color Cylindrical-coordinate representation of color #486F83: hue angle of 200.34º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486F83 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 111 | 131 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.49 |
| HSL | 200.34º | 0.29% | 0.4% | - |
| HSV(B) | 200.34º | 0.45% | 0.51% | - |
| XYZ | 12.45 | 14.39 | 23.59 | - |
| YUV | 101.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 131 | 0.45 | 0.15 | 0 | 0.49 | 200.34 | 0.29 | 0.4 |
| Hex | 48 | 6F | 83 | 2D | F | 0 | 31 | C8 | 1D | 28 |
| Octal | 110 | 157 | 203 | 55 | 17 | 0 | 61 | 310 | 35 | 50 |
| Binary | 1001000 | 1101111 | 10000011 | 101101 | 1111 | 0 | 110001 | 11001000 | 11101 | 101000 |
Color Harmonies of #486F83
Complementary color
Monochromatic Colors of #486F83
Black with #486F83
Text Example
Text Example
White with #486F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F83; }
p { color: rgb(72,111,131); }
H1.HeaderClassName
{
color: #486F83;
}
.AnyTagClassName
{
color: #486F83;
}
</style>
background-color css
<style>
a { background-color: #486F83; }
a { background-color: rgb(72,111,131); }
div.DivClassName
{
background-color: #486F83;
}
.BgClassName
{
background-color: #486F83;
}
</style>
border-color css
<style>
span { border-color: #486F83; }
span { border-color: rgb(72,111,131); }
td.TdClassName
{
border-color: #486F83;
}
.TagClassName
{
border-color: #486F83;
}
</style>