Shades of Bismark #486A77
Tints of Bismark #486A77
RGB
CMYK
RGB Variations
Color information
#486A77 (or 0x486A77) is known color: Bismark. HEX triplet: 48, 6A and 77. RGB value is (72,106,119). Sum of RGB (Red+Green+Blue) = 72+106+119=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #486A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A77 is #B79588. Grayscale: #616161. Windows color (decimal): -12031369 or 7825992. OLE color: 7825992.
HSL color Cylindrical-coordinate representation of color #486A77: hue angle of 196.6º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #486A77 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 106 | 119 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.53 |
| HSL | 196.6º | 0.25% | 0.37% | - |
| HSV(B) | 196.6º | 0.39% | 0.47% | - |
| XYZ | 11.16 | 13.02 | 19.38 | - |
| YUV | 97.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 106 | 119 | 0.39 | 0.11 | 0 | 0.53 | 196.6 | 0.25 | 0.37 |
| Hex | 48 | 6A | 77 | 27 | B | 0 | 35 | C5 | 19 | 25 |
| Octal | 110 | 152 | 167 | 47 | 13 | 0 | 65 | 305 | 31 | 45 |
| Binary | 1001000 | 1101010 | 1110111 | 100111 | 1011 | 0 | 110101 | 11000101 | 11001 | 100101 |
Color Harmonies of #486A77
Complementary color
Monochromatic Colors of #486A77
Black with #486A77
Text Example
Text Example
White with #486A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486A77; }
p { color: rgb(72,106,119); }
H1.HeaderClassName
{
color: #486A77;
}
.AnyTagClassName
{
color: #486A77;
}
</style>
background-color css
<style>
a { background-color: #486A77; }
a { background-color: rgb(72,106,119); }
div.DivClassName
{
background-color: #486A77;
}
.BgClassName
{
background-color: #486A77;
}
</style>
border-color css
<style>
span { border-color: #486A77; }
span { border-color: rgb(72,106,119); }
td.TdClassName
{
border-color: #486A77;
}
.TagClassName
{
border-color: #486A77;
}
</style>