Shades of Bismark #476E7D
Tints of Bismark #476E7D
RGB
CMYK
RGB Variations
Color information
#476E7D (or 0x476E7D) is known color: Bismark. HEX triplet: 47, 6E and 7D. RGB value is (71,110,125). Sum of RGB (Red+Green+Blue) = 71+110+125=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #476E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E7D is #B89182. Grayscale: #636363. Windows color (decimal): -12095875 or 8220231. OLE color: 8220231.
HSL color Cylindrical-coordinate representation of color #476E7D: hue angle of 196.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #476E7D is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 110 | 125 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.51 |
| HSL | 196.67º | 0.28% | 0.38% | - |
| HSV(B) | 196.67º | 0.43% | 0.49% | - |
| XYZ | 11.88 | 13.97 | 21.47 | - |
| YUV | 100.05 | 142.08 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 125 | 0.43 | 0.12 | 0 | 0.51 | 196.67 | 0.28 | 0.38 |
| Hex | 47 | 6E | 7D | 2B | C | 0 | 33 | C5 | 1C | 26 |
| Octal | 107 | 156 | 175 | 53 | 14 | 0 | 63 | 305 | 34 | 46 |
| Binary | 1000111 | 1101110 | 1111101 | 101011 | 1100 | 0 | 110011 | 11000101 | 11100 | 100110 |
Color Harmonies of #476E7D
Complementary color
Monochromatic Colors of #476E7D
Black with #476E7D
Text Example
Text Example
White with #476E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476E7D; }
p { color: rgb(71,110,125); }
H1.HeaderClassName
{
color: #476E7D;
}
.AnyTagClassName
{
color: #476E7D;
}
</style>
background-color css
<style>
a { background-color: #476E7D; }
a { background-color: rgb(71,110,125); }
div.DivClassName
{
background-color: #476E7D;
}
.BgClassName
{
background-color: #476E7D;
}
</style>
border-color css
<style>
span { border-color: #476E7D; }
span { border-color: rgb(71,110,125); }
td.TdClassName
{
border-color: #476E7D;
}
.TagClassName
{
border-color: #476E7D;
}
</style>