Shades of Bismark #476C73
Tints of Bismark #476C73
RGB
CMYK
RGB Variations
Color information
#476C73 (or 0x476C73) is known color: Bismark. HEX triplet: 47, 6C and 73. RGB value is (71,108,115). Sum of RGB (Red+Green+Blue) = 71+108+115=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #476C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C73 is #B8938C. Grayscale: #616161. Windows color (decimal): -12096397 or 7564359. OLE color: 7564359.
HSL color Cylindrical-coordinate representation of color #476C73: hue angle of 189.55º degrees, saturation: 0.24, 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 #476C73 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 108 | 115 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.55 |
| HSL | 189.55º | 0.24% | 0.36% | - |
| HSV(B) | 189.55º | 0.38% | 0.45% | - |
| XYZ | 11.06 | 13.3 | 18.2 | - |
| YUV | 97.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 115 | 0.38 | 0.06 | 0 | 0.55 | 189.55 | 0.24 | 0.36 |
| Hex | 47 | 6C | 73 | 26 | 6 | 0 | 37 | BE | 18 | 24 |
| Octal | 107 | 154 | 163 | 46 | 6 | 0 | 67 | 276 | 30 | 44 |
| Binary | 1000111 | 1101100 | 1110011 | 100110 | 110 | 0 | 110111 | 10111110 | 11000 | 100100 |
Color Harmonies of #476C73
Complementary color
Monochromatic Colors of #476C73
Black with #476C73
Text Example
Text Example
White with #476C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C73; }
p { color: rgb(71,108,115); }
H1.HeaderClassName
{
color: #476C73;
}
.AnyTagClassName
{
color: #476C73;
}
</style>
background-color css
<style>
a { background-color: #476C73; }
a { background-color: rgb(71,108,115); }
div.DivClassName
{
background-color: #476C73;
}
.BgClassName
{
background-color: #476C73;
}
</style>
border-color css
<style>
span { border-color: #476C73; }
span { border-color: rgb(71,108,115); }
td.TdClassName
{
border-color: #476C73;
}
.TagClassName
{
border-color: #476C73;
}
</style>