Shades of Bismark #406272
Tints of Bismark #406272
RGB
CMYK
RGB Variations
Color information
#406272 (or 0x406272) is known color: Bismark. HEX triplet: 40, 62 and 72. RGB value is (64,98,114). Sum of RGB (Red+Green+Blue) = 64+98+114=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #406272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406272 is #BF9D8D. Grayscale: #595959. Windows color (decimal): -12557710 or 7496256. OLE color: 7496256.
HSL color Cylindrical-coordinate representation of color #406272: hue angle of 199.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #406272 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 98 | 114 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.55 |
| HSL | 199.2º | 0.28% | 0.35% | - |
| HSV(B) | 199.2º | 0.44% | 0.45% | - |
| XYZ | 9.52 | 11.04 | 17.55 | - |
| YUV | 89.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 114 | 0.44 | 0.14 | 0 | 0.55 | 199.2 | 0.28 | 0.35 |
| Hex | 40 | 62 | 72 | 2C | E | 0 | 37 | C7 | 1C | 23 |
| Octal | 100 | 142 | 162 | 54 | 16 | 0 | 67 | 307 | 34 | 43 |
| Binary | 1000000 | 1100010 | 1110010 | 101100 | 1110 | 0 | 110111 | 11000111 | 11100 | 100011 |
Color Harmonies of #406272
Complementary color
Monochromatic Colors of #406272
Black with #406272
Text Example
Text Example
White with #406272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406272; }
p { color: rgb(64,98,114); }
H1.HeaderClassName
{
color: #406272;
}
.AnyTagClassName
{
color: #406272;
}
</style>
background-color css
<style>
a { background-color: #406272; }
a { background-color: rgb(64,98,114); }
div.DivClassName
{
background-color: #406272;
}
.BgClassName
{
background-color: #406272;
}
</style>
border-color css
<style>
span { border-color: #406272; }
span { border-color: rgb(64,98,114); }
td.TdClassName
{
border-color: #406272;
}
.TagClassName
{
border-color: #406272;
}
</style>