Shades of Bismark #476C74
Tints of Bismark #476C74
RGB
CMYK
RGB Variations
Color information
#476C74 (or 0x476C74) is known color: Bismark. HEX triplet: 47, 6C and 74. RGB value is (71,108,116). Sum of RGB (Red+Green+Blue) = 71+108+116=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #476C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C74 is #B8938B. Grayscale: #616161. Windows color (decimal): -12096396 or 7629895. OLE color: 7629895.
HSL color Cylindrical-coordinate representation of color #476C74: hue angle of 190.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #476C74 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 108 | 116 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.55 |
| HSL | 190.67º | 0.24% | 0.37% | - |
| HSV(B) | 190.67º | 0.39% | 0.45% | - |
| XYZ | 11.11 | 13.33 | 18.51 | - |
| YUV | 97.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 116 | 0.39 | 0.07 | 0 | 0.55 | 190.67 | 0.24 | 0.37 |
| Hex | 47 | 6C | 74 | 27 | 7 | 0 | 37 | BF | 18 | 25 |
| Octal | 107 | 154 | 164 | 47 | 7 | 0 | 67 | 277 | 30 | 45 |
| Binary | 1000111 | 1101100 | 1110100 | 100111 | 111 | 0 | 110111 | 10111111 | 11000 | 100101 |
Color Harmonies of #476C74
Complementary color
Monochromatic Colors of #476C74
Black with #476C74
Text Example
Text Example
White with #476C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C74; }
p { color: rgb(71,108,116); }
H1.HeaderClassName
{
color: #476C74;
}
.AnyTagClassName
{
color: #476C74;
}
</style>
background-color css
<style>
a { background-color: #476C74; }
a { background-color: rgb(71,108,116); }
div.DivClassName
{
background-color: #476C74;
}
.BgClassName
{
background-color: #476C74;
}
</style>
border-color css
<style>
span { border-color: #476C74; }
span { border-color: rgb(71,108,116); }
td.TdClassName
{
border-color: #476C74;
}
.TagClassName
{
border-color: #476C74;
}
</style>