Shades of Bismark #486F78
Tints of Bismark #486F78
RGB
CMYK
RGB Variations
Color information
#486F78 (or 0x486F78) is known color: Bismark. HEX triplet: 48, 6F and 78. RGB value is (72,111,120). Sum of RGB (Red+Green+Blue) = 72+111+120=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #486F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F78 is #B79087. Grayscale: #646464. Windows color (decimal): -12030088 or 7892808. OLE color: 7892808.
HSL color Cylindrical-coordinate representation of color #486F78: hue angle of 191.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #486F78 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 111 | 120 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.53 |
| HSL | 191.25º | 0.25% | 0.38% | - |
| HSV(B) | 191.25º | 0.4% | 0.47% | - |
| XYZ | 11.75 | 14.1 | 19.87 | - |
| YUV | 100.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 120 | 0.40 | 0.08 | 0 | 0.53 | 191.25 | 0.25 | 0.38 |
| Hex | 48 | 6F | 78 | 28 | 8 | 0 | 35 | BF | 19 | 26 |
| Octal | 110 | 157 | 170 | 50 | 10 | 0 | 65 | 277 | 31 | 46 |
| Binary | 1001000 | 1101111 | 1111000 | 101000 | 1000 | 0 | 110101 | 10111111 | 11001 | 100110 |
Color Harmonies of #486F78
Complementary color
Monochromatic Colors of #486F78
Black with #486F78
Text Example
Text Example
White with #486F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F78; }
p { color: rgb(72,111,120); }
H1.HeaderClassName
{
color: #486F78;
}
.AnyTagClassName
{
color: #486F78;
}
</style>
background-color css
<style>
a { background-color: #486F78; }
a { background-color: rgb(72,111,120); }
div.DivClassName
{
background-color: #486F78;
}
.BgClassName
{
background-color: #486F78;
}
</style>
border-color css
<style>
span { border-color: #486F78; }
span { border-color: rgb(72,111,120); }
td.TdClassName
{
border-color: #486F78;
}
.TagClassName
{
border-color: #486F78;
}
</style>