Shades of Bismark #476A78
Tints of Bismark #476A78
RGB
CMYK
RGB Variations
Color information
#476A78 (or 0x476A78) is known color: Bismark. HEX triplet: 47, 6A and 78. RGB value is (71,106,120). Sum of RGB (Red+Green+Blue) = 71+106+120=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #476A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A78 is #B89587. Grayscale: #616161. Windows color (decimal): -12096904 or 7891527. OLE color: 7891527.
HSL color Cylindrical-coordinate representation of color #476A78: hue angle of 197.14º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #476A78 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 106 | 120 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.53 |
| HSL | 197.14º | 0.26% | 0.37% | - |
| HSV(B) | 197.14º | 0.41% | 0.47% | - |
| XYZ | 11.14 | 13 | 19.69 | - |
| YUV | 97.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 106 | 120 | 0.41 | 0.12 | 0 | 0.53 | 197.14 | 0.26 | 0.37 |
| Hex | 47 | 6A | 78 | 29 | C | 0 | 35 | C5 | 1A | 25 |
| Octal | 107 | 152 | 170 | 51 | 14 | 0 | 65 | 305 | 32 | 45 |
| Binary | 1000111 | 1101010 | 1111000 | 101001 | 1100 | 0 | 110101 | 11000101 | 11010 | 100101 |
Color Harmonies of #476A78
Complementary color
Monochromatic Colors of #476A78
Black with #476A78
Text Example
Text Example
White with #476A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476A78; }
p { color: rgb(71,106,120); }
H1.HeaderClassName
{
color: #476A78;
}
.AnyTagClassName
{
color: #476A78;
}
</style>
background-color css
<style>
a { background-color: #476A78; }
a { background-color: rgb(71,106,120); }
div.DivClassName
{
background-color: #476A78;
}
.BgClassName
{
background-color: #476A78;
}
</style>
border-color css
<style>
span { border-color: #476A78; }
span { border-color: rgb(71,106,120); }
td.TdClassName
{
border-color: #476A78;
}
.TagClassName
{
border-color: #476A78;
}
</style>