Shades of Bismark #476373
Tints of Bismark #476373
RGB
CMYK
RGB Variations
Color information
#476373 (or 0x476373) is known color: Bismark. HEX triplet: 47, 63 and 73. RGB value is (71,99,115). Sum of RGB (Red+Green+Blue) = 71+99+115=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #476373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476373 is #B89C8C. Grayscale: #5C5C5C. Windows color (decimal): -12098701 or 7562055. OLE color: 7562055.
HSL color Cylindrical-coordinate representation of color #476373: hue angle of 201.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476373 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 99 | 115 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.55 |
| HSL | 201.82º | 0.24% | 0.36% | - |
| HSV(B) | 201.82º | 0.38% | 0.45% | - |
| XYZ | 10.15 | 11.5 | 17.9 | - |
| YUV | 92.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 115 | 0.38 | 0.14 | 0 | 0.55 | 201.82 | 0.24 | 0.36 |
| Hex | 47 | 63 | 73 | 26 | E | 0 | 37 | CA | 18 | 24 |
| Octal | 107 | 143 | 163 | 46 | 16 | 0 | 67 | 312 | 30 | 44 |
| Binary | 1000111 | 1100011 | 1110011 | 100110 | 1110 | 0 | 110111 | 11001010 | 11000 | 100100 |
Color Harmonies of #476373
Complementary color
Monochromatic Colors of #476373
Black with #476373
Text Example
Text Example
White with #476373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476373; }
p { color: rgb(71,99,115); }
H1.HeaderClassName
{
color: #476373;
}
.AnyTagClassName
{
color: #476373;
}
</style>
background-color css
<style>
a { background-color: #476373; }
a { background-color: rgb(71,99,115); }
div.DivClassName
{
background-color: #476373;
}
.BgClassName
{
background-color: #476373;
}
</style>
border-color css
<style>
span { border-color: #476373; }
span { border-color: rgb(71,99,115); }
td.TdClassName
{
border-color: #476373;
}
.TagClassName
{
border-color: #476373;
}
</style>