Shades of Bismark #47747D
Tints of Bismark #47747D
RGB
CMYK
RGB Variations
Color information
#47747D (or 0x47747D) is known color: Bismark. HEX triplet: 47, 74 and 7D. RGB value is (71,116,125). Sum of RGB (Red+Green+Blue) = 71+116+125=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #47747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47747D is #B88B82. Grayscale: #676767. Windows color (decimal): -12094339 or 8221767. OLE color: 8221767.
HSL color Cylindrical-coordinate representation of color #47747D: hue angle of 190º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47747D is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 116 | 125 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.51 |
| HSL | 190º | 0.28% | 0.38% | - |
| HSV(B) | 190º | 0.43% | 0.49% | - |
| XYZ | 12.55 | 15.31 | 21.7 | - |
| YUV | 103.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 125 | 0.43 | 0.07 | 0 | 0.51 | 190 | 0.28 | 0.38 |
| Hex | 47 | 74 | 7D | 2B | 7 | 0 | 33 | BE | 1C | 26 |
| Octal | 107 | 164 | 175 | 53 | 7 | 0 | 63 | 276 | 34 | 46 |
| Binary | 1000111 | 1110100 | 1111101 | 101011 | 111 | 0 | 110011 | 10111110 | 11100 | 100110 |
Color Harmonies of #47747D
Complementary color
Monochromatic Colors of #47747D
Black with #47747D
Text Example
Text Example
White with #47747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47747D; }
p { color: rgb(71,116,125); }
H1.HeaderClassName
{
color: #47747D;
}
.AnyTagClassName
{
color: #47747D;
}
</style>
background-color css
<style>
a { background-color: #47747D; }
a { background-color: rgb(71,116,125); }
div.DivClassName
{
background-color: #47747D;
}
.BgClassName
{
background-color: #47747D;
}
</style>
border-color css
<style>
span { border-color: #47747D; }
span { border-color: rgb(71,116,125); }
td.TdClassName
{
border-color: #47747D;
}
.TagClassName
{
border-color: #47747D;
}
</style>