Shades of Bismark #476D7E
Tints of Bismark #476D7E
RGB
CMYK
RGB Variations
Color information
#476D7E (or 0x476D7E) is known color: Bismark. HEX triplet: 47, 6D and 7E. RGB value is (71,109,126). Sum of RGB (Red+Green+Blue) = 71+109+126=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 126 - color contains mainly: blue. Hex color #476D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D7E is #B89281. Grayscale: #636363. Windows color (decimal): -12096130 or 8285511. OLE color: 8285511.
HSL color Cylindrical-coordinate representation of color #476D7E: hue angle of 198.55º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #476D7E is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 109 | 126 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.51 |
| HSL | 198.55º | 0.28% | 0.39% | - |
| HSV(B) | 198.55º | 0.44% | 0.49% | - |
| XYZ | 11.83 | 13.78 | 21.78 | - |
| YUV | 99.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 126 | 0.44 | 0.13 | 0 | 0.51 | 198.55 | 0.28 | 0.39 |
| Hex | 47 | 6D | 7E | 2C | D | 0 | 33 | C7 | 1C | 27 |
| Octal | 107 | 155 | 176 | 54 | 15 | 0 | 63 | 307 | 34 | 47 |
| Binary | 1000111 | 1101101 | 1111110 | 101100 | 1101 | 0 | 110011 | 11000111 | 11100 | 100111 |
Color Harmonies of #476D7E
Complementary color
Monochromatic Colors of #476D7E
Black with #476D7E
Text Example
Text Example
White with #476D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476D7E; }
p { color: rgb(71,109,126); }
H1.HeaderClassName
{
color: #476D7E;
}
.AnyTagClassName
{
color: #476D7E;
}
</style>
background-color css
<style>
a { background-color: #476D7E; }
a { background-color: rgb(71,109,126); }
div.DivClassName
{
background-color: #476D7E;
}
.BgClassName
{
background-color: #476D7E;
}
</style>
border-color css
<style>
span { border-color: #476D7E; }
span { border-color: rgb(71,109,126); }
td.TdClassName
{
border-color: #476D7E;
}
.TagClassName
{
border-color: #476D7E;
}
</style>