Shades of Bismark #40667D
Tints of Bismark #40667D
RGB
CMYK
RGB Variations
Color information
#40667D (or 0x40667D) is known color: Bismark. HEX triplet: 40, 66 and 7D. RGB value is (64,102,125). Sum of RGB (Red+Green+Blue) = 64+102+125=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #40667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40667D is #BF9982. Grayscale: #5D5D5D. Windows color (decimal): -12556675 or 8218176. OLE color: 8218176.
HSL color Cylindrical-coordinate representation of color #40667D: hue angle of 202.62º degrees, saturation: 0.32, 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 #40667D is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 102 | 125 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.51 |
| HSL | 202.62º | 0.32% | 0.37% | - |
| HSV(B) | 202.62º | 0.49% | 0.49% | - |
| XYZ | 10.57 | 12.07 | 21.18 | - |
| YUV | 93.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 102 | 125 | 0.49 | 0.18 | 0 | 0.51 | 202.62 | 0.32 | 0.37 |
| Hex | 40 | 66 | 7D | 31 | 12 | 0 | 33 | CB | 20 | 25 |
| Octal | 100 | 146 | 175 | 61 | 22 | 0 | 63 | 313 | 40 | 45 |
| Binary | 1000000 | 1100110 | 1111101 | 110001 | 10010 | 0 | 110011 | 11001011 | 100000 | 100101 |
Color Harmonies of #40667D
Complementary color
Monochromatic Colors of #40667D
Black with #40667D
Text Example
Text Example
White with #40667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40667D; }
p { color: rgb(64,102,125); }
H1.HeaderClassName
{
color: #40667D;
}
.AnyTagClassName
{
color: #40667D;
}
</style>
background-color css
<style>
a { background-color: #40667D; }
a { background-color: rgb(64,102,125); }
div.DivClassName
{
background-color: #40667D;
}
.BgClassName
{
background-color: #40667D;
}
</style>
border-color css
<style>
span { border-color: #40667D; }
span { border-color: rgb(64,102,125); }
td.TdClassName
{
border-color: #40667D;
}
.TagClassName
{
border-color: #40667D;
}
</style>