Shades of Bismark #486E80
Tints of Bismark #486E80
RGB
CMYK
RGB Variations
Color information
#486E80 (or 0x486E80) is known color: Bismark. HEX triplet: 48, 6E and 80. RGB value is (72,110,128). Sum of RGB (Red+Green+Blue) = 72+110+128=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #486E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486E80 is #B7917F. Grayscale: #646464. Windows color (decimal): -12030336 or 8416840. OLE color: 8416840.
HSL color Cylindrical-coordinate representation of color #486E80: hue angle of 199.29º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #486E80 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 110 | 128 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.50 |
| HSL | 199.29º | 0.28% | 0.39% | - |
| HSV(B) | 199.29º | 0.44% | 0.5% | - |
| XYZ | 12.14 | 14.09 | 22.5 | - |
| YUV | 100.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 128 | 0.44 | 0.14 | 0 | 0.50 | 199.29 | 0.28 | 0.39 |
| Hex | 48 | 6E | 80 | 2C | E | 0 | 32 | C7 | 1C | 27 |
| Octal | 110 | 156 | 200 | 54 | 16 | 0 | 62 | 307 | 34 | 47 |
| Binary | 1001000 | 1101110 | 10000000 | 101100 | 1110 | 0 | 110010 | 11000111 | 11100 | 100111 |
Color Harmonies of #486E80
Complementary color
Monochromatic Colors of #486E80
Black with #486E80
Text Example
Text Example
White with #486E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E80; }
p { color: rgb(72,110,128); }
H1.HeaderClassName
{
color: #486E80;
}
.AnyTagClassName
{
color: #486E80;
}
</style>
background-color css
<style>
a { background-color: #486E80; }
a { background-color: rgb(72,110,128); }
div.DivClassName
{
background-color: #486E80;
}
.BgClassName
{
background-color: #486E80;
}
</style>
border-color css
<style>
span { border-color: #486E80; }
span { border-color: rgb(72,110,128); }
td.TdClassName
{
border-color: #486E80;
}
.TagClassName
{
border-color: #486E80;
}
</style>