Shades of Bismark #486C74
Tints of Bismark #486C74
RGB
CMYK
RGB Variations
Color information
#486C74 (or 0x486C74) is known color: Bismark. HEX triplet: 48, 6C and 74. RGB value is (72,108,116). Sum of RGB (Red+Green+Blue) = 72+108+116=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 116 - color contains mainly: blue. Hex color #486C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C74 is #B7938B. Grayscale: #626262. Windows color (decimal): -12030860 or 7629896. OLE color: 7629896.
HSL color Cylindrical-coordinate representation of color #486C74: hue angle of 190.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486C74 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 108 | 116 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.55 |
| HSL | 190.91º | 0.23% | 0.37% | - |
| HSV(B) | 190.91º | 0.38% | 0.45% | - |
| XYZ | 11.19 | 13.36 | 18.51 | - |
| YUV | 98.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 116 | 0.38 | 0.07 | 0 | 0.55 | 190.91 | 0.23 | 0.37 |
| Hex | 48 | 6C | 74 | 26 | 7 | 0 | 37 | BF | 17 | 25 |
| Octal | 110 | 154 | 164 | 46 | 7 | 0 | 67 | 277 | 27 | 45 |
| Binary | 1001000 | 1101100 | 1110100 | 100110 | 111 | 0 | 110111 | 10111111 | 10111 | 100101 |
Color Harmonies of #486C74
Complementary color
Monochromatic Colors of #486C74
Black with #486C74
Text Example
Text Example
White with #486C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486C74; }
p { color: rgb(72,108,116); }
H1.HeaderClassName
{
color: #486C74;
}
.AnyTagClassName
{
color: #486C74;
}
</style>
background-color css
<style>
a { background-color: #486C74; }
a { background-color: rgb(72,108,116); }
div.DivClassName
{
background-color: #486C74;
}
.BgClassName
{
background-color: #486C74;
}
</style>
border-color css
<style>
span { border-color: #486C74; }
span { border-color: rgb(72,108,116); }
td.TdClassName
{
border-color: #486C74;
}
.TagClassName
{
border-color: #486C74;
}
</style>