Shades of Bismark #476172
Tints of Bismark #476172
RGB
CMYK
RGB Variations
Color information
#476172 (or 0x476172) is known color: Bismark. HEX triplet: 47, 61 and 72. RGB value is (71,97,114). Sum of RGB (Red+Green+Blue) = 71+97+114=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #476172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476172 is #B89E8D. Grayscale: #5B5B5B. Windows color (decimal): -12099214 or 7496007. OLE color: 7496007.
HSL color Cylindrical-coordinate representation of color #476172: hue angle of 203.72º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476172 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 97 | 114 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.55 |
| HSL | 203.72º | 0.23% | 0.36% | - |
| HSV(B) | 203.72º | 0.38% | 0.45% | - |
| XYZ | 9.91 | 11.1 | 17.54 | - |
| YUV | 91.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 114 | 0.38 | 0.15 | 0 | 0.55 | 203.72 | 0.23 | 0.36 |
| Hex | 47 | 61 | 72 | 26 | F | 0 | 37 | CC | 17 | 24 |
| Octal | 107 | 141 | 162 | 46 | 17 | 0 | 67 | 314 | 27 | 44 |
| Binary | 1000111 | 1100001 | 1110010 | 100110 | 1111 | 0 | 110111 | 11001100 | 10111 | 100100 |
Color Harmonies of #476172
Complementary color
Monochromatic Colors of #476172
Black with #476172
Text Example
Text Example
White with #476172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476172; }
p { color: rgb(71,97,114); }
H1.HeaderClassName
{
color: #476172;
}
.AnyTagClassName
{
color: #476172;
}
</style>
background-color css
<style>
a { background-color: #476172; }
a { background-color: rgb(71,97,114); }
div.DivClassName
{
background-color: #476172;
}
.BgClassName
{
background-color: #476172;
}
</style>
border-color css
<style>
span { border-color: #476172; }
span { border-color: rgb(71,97,114); }
td.TdClassName
{
border-color: #476172;
}
.TagClassName
{
border-color: #476172;
}
</style>