Shades of Bismark #40667E
Tints of Bismark #40667E
RGB
CMYK
RGB Variations
Color information
#40667E (or 0x40667E) is known color: Bismark. HEX triplet: 40, 66 and 7E. RGB value is (64,102,126). Sum of RGB (Red+Green+Blue) = 64+102+126=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 126 - color contains mainly: blue. Hex color #40667E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40667E is #BF9981. Grayscale: #5D5D5D. Windows color (decimal): -12556674 or 8283712. OLE color: 8283712.
HSL color Cylindrical-coordinate representation of color #40667E: hue angle of 203.23º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40667E is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 102 | 126 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.51 |
| HSL | 203.23º | 0.33% | 0.37% | - |
| HSV(B) | 203.23º | 0.49% | 0.49% | - |
| XYZ | 10.63 | 12.1 | 21.51 | - |
| YUV | 93.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 126 | 0.49 | 0.19 | 0 | 0.51 | 203.23 | 0.33 | 0.37 |
| Hex | 40 | 66 | 7E | 31 | 13 | 0 | 33 | CB | 21 | 25 |
| Octal | 100 | 146 | 176 | 61 | 23 | 0 | 63 | 313 | 41 | 45 |
| Binary | 1000000 | 1100110 | 1111110 | 110001 | 10011 | 0 | 110011 | 11001011 | 100001 | 100101 |
Color Harmonies of #40667E
Complementary color
Monochromatic Colors of #40667E
Black with #40667E
Text Example
Text Example
White with #40667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40667E; }
p { color: rgb(64,102,126); }
H1.HeaderClassName
{
color: #40667E;
}
.AnyTagClassName
{
color: #40667E;
}
</style>
background-color css
<style>
a { background-color: #40667E; }
a { background-color: rgb(64,102,126); }
div.DivClassName
{
background-color: #40667E;
}
.BgClassName
{
background-color: #40667E;
}
</style>
border-color css
<style>
span { border-color: #40667E; }
span { border-color: rgb(64,102,126); }
td.TdClassName
{
border-color: #40667E;
}
.TagClassName
{
border-color: #40667E;
}
</style>