Shades of Bismark #47697C
Tints of Bismark #47697C
RGB
CMYK
RGB Variations
Color information
#47697C (or 0x47697C) is known color: Bismark. HEX triplet: 47, 69 and 7C. RGB value is (71,105,124). Sum of RGB (Red+Green+Blue) = 71+105+124=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #47697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47697C is #B89683. Grayscale: #606060. Windows color (decimal): -12097156 or 8153415. OLE color: 8153415.
HSL color Cylindrical-coordinate representation of color #47697C: hue angle of 201.51º degrees, saturation: 0.27, 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 #47697C is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 105 | 124 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.51 |
| HSL | 201.51º | 0.27% | 0.38% | - |
| HSV(B) | 201.51º | 0.43% | 0.49% | - |
| XYZ | 11.29 | 12.9 | 20.96 | - |
| YUV | 97 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 124 | 0.43 | 0.15 | 0 | 0.51 | 201.51 | 0.27 | 0.38 |
| Hex | 47 | 69 | 7C | 2B | F | 0 | 33 | CA | 1B | 26 |
| Octal | 107 | 151 | 174 | 53 | 17 | 0 | 63 | 312 | 33 | 46 |
| Binary | 1000111 | 1101001 | 1111100 | 101011 | 1111 | 0 | 110011 | 11001010 | 11011 | 100110 |
Color Harmonies of #47697C
Complementary color
Monochromatic Colors of #47697C
Black with #47697C
Text Example
Text Example
White with #47697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47697C; }
p { color: rgb(71,105,124); }
H1.HeaderClassName
{
color: #47697C;
}
.AnyTagClassName
{
color: #47697C;
}
</style>
background-color css
<style>
a { background-color: #47697C; }
a { background-color: rgb(71,105,124); }
div.DivClassName
{
background-color: #47697C;
}
.BgClassName
{
background-color: #47697C;
}
</style>
border-color css
<style>
span { border-color: #47697C; }
span { border-color: rgb(71,105,124); }
td.TdClassName
{
border-color: #47697C;
}
.TagClassName
{
border-color: #47697C;
}
</style>