Shades of Bismark #477682
Tints of Bismark #477682
RGB
CMYK
RGB Variations
Color information
#477682 (or 0x477682) is known color: Bismark. HEX triplet: 47, 76 and 82. RGB value is (71,118,130). Sum of RGB (Red+Green+Blue) = 71+118+130=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #477682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477682 is #B8897D. Grayscale: #696969. Windows color (decimal): -12093822 or 8549959. OLE color: 8549959.
HSL color Cylindrical-coordinate representation of color #477682: hue angle of 192.2º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #477682 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 118 | 130 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.49 |
| HSL | 192.2º | 0.29% | 0.39% | - |
| HSV(B) | 192.2º | 0.45% | 0.51% | - |
| XYZ | 13.11 | 15.91 | 23.5 | - |
| YUV | 105.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 130 | 0.45 | 0.09 | 0 | 0.49 | 192.2 | 0.29 | 0.39 |
| Hex | 47 | 76 | 82 | 2D | 9 | 0 | 31 | C0 | 1D | 27 |
| Octal | 107 | 166 | 202 | 55 | 11 | 0 | 61 | 300 | 35 | 47 |
| Binary | 1000111 | 1110110 | 10000010 | 101101 | 1001 | 0 | 110001 | 11000000 | 11101 | 100111 |
Color Harmonies of #477682
Complementary color
Monochromatic Colors of #477682
Black with #477682
Text Example
Text Example
White with #477682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477682; }
p { color: rgb(71,118,130); }
H1.HeaderClassName
{
color: #477682;
}
.AnyTagClassName
{
color: #477682;
}
</style>
background-color css
<style>
a { background-color: #477682; }
a { background-color: rgb(71,118,130); }
div.DivClassName
{
background-color: #477682;
}
.BgClassName
{
background-color: #477682;
}
</style>
border-color css
<style>
span { border-color: #477682; }
span { border-color: rgb(71,118,130); }
td.TdClassName
{
border-color: #477682;
}
.TagClassName
{
border-color: #477682;
}
</style>