Shades of Bismark #476E7F
Tints of Bismark #476E7F
RGB
CMYK
RGB Variations
Color information
#476E7F (or 0x476E7F) is known color: Bismark. HEX triplet: 47, 6E and 7F. RGB value is (71,110,127). Sum of RGB (Red+Green+Blue) = 71+110+127=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #476E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E7F is #B89180. Grayscale: #646464. Windows color (decimal): -12095873 or 8351303. OLE color: 8351303.
HSL color Cylindrical-coordinate representation of color #476E7F: hue angle of 198.21º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #476E7F is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 110 | 127 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.50 |
| HSL | 198.21º | 0.28% | 0.39% | - |
| HSV(B) | 198.21º | 0.44% | 0.5% | - |
| XYZ | 12.01 | 14.02 | 22.15 | - |
| YUV | 100.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 110 | 127 | 0.44 | 0.13 | 0 | 0.50 | 198.21 | 0.28 | 0.39 |
| Hex | 47 | 6E | 7F | 2C | D | 0 | 32 | C6 | 1C | 27 |
| Octal | 107 | 156 | 177 | 54 | 15 | 0 | 62 | 306 | 34 | 47 |
| Binary | 1000111 | 1101110 | 1111111 | 101100 | 1101 | 0 | 110010 | 11000110 | 11100 | 100111 |
Color Harmonies of #476E7F
Complementary color
Monochromatic Colors of #476E7F
Black with #476E7F
Text Example
Text Example
White with #476E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476E7F; }
p { color: rgb(71,110,127); }
H1.HeaderClassName
{
color: #476E7F;
}
.AnyTagClassName
{
color: #476E7F;
}
</style>
background-color css
<style>
a { background-color: #476E7F; }
a { background-color: rgb(71,110,127); }
div.DivClassName
{
background-color: #476E7F;
}
.BgClassName
{
background-color: #476E7F;
}
</style>
border-color css
<style>
span { border-color: #476E7F; }
span { border-color: rgb(71,110,127); }
td.TdClassName
{
border-color: #476E7F;
}
.TagClassName
{
border-color: #476E7F;
}
</style>