Shades of Bismark #476F7F
Tints of Bismark #476F7F
RGB
CMYK
RGB Variations
Color information
#476F7F (or 0x476F7F) is known color: Bismark. HEX triplet: 47, 6F and 7F. RGB value is (71,111,127). Sum of RGB (Red+Green+Blue) = 71+111+127=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #476F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F7F is #B89080. Grayscale: #646464. Windows color (decimal): -12095617 or 8351559. OLE color: 8351559.
HSL color Cylindrical-coordinate representation of color #476F7F: hue angle of 197.14º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #476F7F is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 111 | 127 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.50 |
| HSL | 197.14º | 0.28% | 0.39% | - |
| HSV(B) | 197.14º | 0.44% | 0.5% | - |
| XYZ | 12.11 | 14.24 | 22.19 | - |
| YUV | 100.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 127 | 0.44 | 0.13 | 0 | 0.50 | 197.14 | 0.28 | 0.39 |
| Hex | 47 | 6F | 7F | 2C | D | 0 | 32 | C5 | 1C | 27 |
| Octal | 107 | 157 | 177 | 54 | 15 | 0 | 62 | 305 | 34 | 47 |
| Binary | 1000111 | 1101111 | 1111111 | 101100 | 1101 | 0 | 110010 | 11000101 | 11100 | 100111 |
Color Harmonies of #476F7F
Complementary color
Monochromatic Colors of #476F7F
Black with #476F7F
Text Example
Text Example
White with #476F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476F7F; }
p { color: rgb(71,111,127); }
H1.HeaderClassName
{
color: #476F7F;
}
.AnyTagClassName
{
color: #476F7F;
}
</style>
background-color css
<style>
a { background-color: #476F7F; }
a { background-color: rgb(71,111,127); }
div.DivClassName
{
background-color: #476F7F;
}
.BgClassName
{
background-color: #476F7F;
}
</style>
border-color css
<style>
span { border-color: #476F7F; }
span { border-color: rgb(71,111,127); }
td.TdClassName
{
border-color: #476F7F;
}
.TagClassName
{
border-color: #476F7F;
}
</style>