Shades of Bismark #406174
Tints of Bismark #406174
RGB
CMYK
RGB Variations
Color information
#406174 (or 0x406174) is known color: Bismark. HEX triplet: 40, 61 and 74. RGB value is (64,97,116). Sum of RGB (Red+Green+Blue) = 64+97+116=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #406174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406174 is #BF9E8B. Grayscale: #595959. Windows color (decimal): -12557964 or 7627072. OLE color: 7627072.
HSL color Cylindrical-coordinate representation of color #406174: hue angle of 201.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #406174 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 97 | 116 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.55 |
| HSL | 201.92º | 0.29% | 0.35% | - |
| HSV(B) | 201.92º | 0.45% | 0.45% | - |
| XYZ | 9.54 | 10.9 | 18.12 | - |
| YUV | 89.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 97 | 116 | 0.45 | 0.16 | 0 | 0.55 | 201.92 | 0.29 | 0.35 |
| Hex | 40 | 61 | 74 | 2D | 10 | 0 | 37 | CA | 1D | 23 |
| Octal | 100 | 141 | 164 | 55 | 20 | 0 | 67 | 312 | 35 | 43 |
| Binary | 1000000 | 1100001 | 1110100 | 101101 | 10000 | 0 | 110111 | 11001010 | 11101 | 100011 |
Color Harmonies of #406174
Complementary color
Monochromatic Colors of #406174
Black with #406174
Text Example
Text Example
White with #406174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406174; }
p { color: rgb(64,97,116); }
H1.HeaderClassName
{
color: #406174;
}
.AnyTagClassName
{
color: #406174;
}
</style>
background-color css
<style>
a { background-color: #406174; }
a { background-color: rgb(64,97,116); }
div.DivClassName
{
background-color: #406174;
}
.BgClassName
{
background-color: #406174;
}
</style>
border-color css
<style>
span { border-color: #406174; }
span { border-color: rgb(64,97,116); }
td.TdClassName
{
border-color: #406174;
}
.TagClassName
{
border-color: #406174;
}
</style>