Shades of Bismark #476879
Tints of Bismark #476879
RGB
CMYK
RGB Variations
Color information
#476879 (or 0x476879) is known color: Bismark. HEX triplet: 47, 68 and 79. RGB value is (71,104,121). Sum of RGB (Red+Green+Blue) = 71+104+121=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 121 - color contains mainly: blue. Hex color #476879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476879 is #B89786. Grayscale: #5F5F5F. Windows color (decimal): -12097415 or 7956551. OLE color: 7956551.
HSL color Cylindrical-coordinate representation of color #476879: hue angle of 200.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #476879 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 104 | 121 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.53 |
| HSL | 200.4º | 0.26% | 0.38% | - |
| HSV(B) | 200.4º | 0.41% | 0.47% | - |
| XYZ | 11 | 12.62 | 19.95 | - |
| YUV | 96.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 121 | 0.41 | 0.14 | 0 | 0.53 | 200.4 | 0.26 | 0.38 |
| Hex | 47 | 68 | 79 | 29 | E | 0 | 35 | C8 | 1A | 26 |
| Octal | 107 | 150 | 171 | 51 | 16 | 0 | 65 | 310 | 32 | 46 |
| Binary | 1000111 | 1101000 | 1111001 | 101001 | 1110 | 0 | 110101 | 11001000 | 11010 | 100110 |
Color Harmonies of #476879
Complementary color
Monochromatic Colors of #476879
Black with #476879
Text Example
Text Example
White with #476879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476879; }
p { color: rgb(71,104,121); }
H1.HeaderClassName
{
color: #476879;
}
.AnyTagClassName
{
color: #476879;
}
</style>
background-color css
<style>
a { background-color: #476879; }
a { background-color: rgb(71,104,121); }
div.DivClassName
{
background-color: #476879;
}
.BgClassName
{
background-color: #476879;
}
</style>
border-color css
<style>
span { border-color: #476879; }
span { border-color: rgb(71,104,121); }
td.TdClassName
{
border-color: #476879;
}
.TagClassName
{
border-color: #476879;
}
</style>