Shades of Bismark #47657B
Tints of Bismark #47657B
RGB
CMYK
RGB Variations
Color information
#47657B (or 0x47657B) is known color: Bismark. HEX triplet: 47, 65 and 7B. RGB value is (71,101,123). Sum of RGB (Red+Green+Blue) = 71+101+123=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #47657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47657B is #B89A84. Grayscale: #5E5E5E. Windows color (decimal): -12098181 or 8086855. OLE color: 8086855.
HSL color Cylindrical-coordinate representation of color #47657B: hue angle of 205.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47657B is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 101 | 123 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.52 |
| HSL | 205.38º | 0.27% | 0.38% | - |
| HSV(B) | 205.38º | 0.42% | 0.48% | - |
| XYZ | 10.83 | 12.08 | 20.5 | - |
| YUV | 94.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 123 | 0.42 | 0.18 | 0 | 0.52 | 205.38 | 0.27 | 0.38 |
| Hex | 47 | 65 | 7B | 2A | 12 | 0 | 34 | CD | 1B | 26 |
| Octal | 107 | 145 | 173 | 52 | 22 | 0 | 64 | 315 | 33 | 46 |
| Binary | 1000111 | 1100101 | 1111011 | 101010 | 10010 | 0 | 110100 | 11001101 | 11011 | 100110 |
Color Harmonies of #47657B
Complementary color
Monochromatic Colors of #47657B
Black with #47657B
Text Example
Text Example
White with #47657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47657B; }
p { color: rgb(71,101,123); }
H1.HeaderClassName
{
color: #47657B;
}
.AnyTagClassName
{
color: #47657B;
}
</style>
background-color css
<style>
a { background-color: #47657B; }
a { background-color: rgb(71,101,123); }
div.DivClassName
{
background-color: #47657B;
}
.BgClassName
{
background-color: #47657B;
}
</style>
border-color css
<style>
span { border-color: #47657B; }
span { border-color: rgb(71,101,123); }
td.TdClassName
{
border-color: #47657B;
}
.TagClassName
{
border-color: #47657B;
}
</style>