Shades of Bismark #43667C
Tints of Bismark #43667C
RGB
CMYK
RGB Variations
Color information
#43667C (or 0x43667C) is known color: Bismark. HEX triplet: 43, 66 and 7C. RGB value is (67,102,124). Sum of RGB (Red+Green+Blue) = 67+102+124=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #43667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43667C is #BC9983. Grayscale: #5D5D5D. Windows color (decimal): -12360068 or 8152643. OLE color: 8152643.
HSL color Cylindrical-coordinate representation of color #43667C: hue angle of 203.16º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43667C is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 102 | 124 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.51 |
| HSL | 203.16º | 0.3% | 0.37% | - |
| HSV(B) | 203.16º | 0.46% | 0.49% | - |
| XYZ | 10.7 | 12.15 | 20.85 | - |
| YUV | 94.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 102 | 124 | 0.46 | 0.18 | 0 | 0.51 | 203.16 | 0.3 | 0.37 |
| Hex | 43 | 66 | 7C | 2E | 12 | 0 | 33 | CB | 1E | 25 |
| Octal | 103 | 146 | 174 | 56 | 22 | 0 | 63 | 313 | 36 | 45 |
| Binary | 1000011 | 1100110 | 1111100 | 101110 | 10010 | 0 | 110011 | 11001011 | 11110 | 100101 |
Color Harmonies of #43667C
Complementary color
Monochromatic Colors of #43667C
Black with #43667C
Text Example
Text Example
White with #43667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43667C; }
p { color: rgb(67,102,124); }
H1.HeaderClassName
{
color: #43667C;
}
.AnyTagClassName
{
color: #43667C;
}
</style>
background-color css
<style>
a { background-color: #43667C; }
a { background-color: rgb(67,102,124); }
div.DivClassName
{
background-color: #43667C;
}
.BgClassName
{
background-color: #43667C;
}
</style>
border-color css
<style>
span { border-color: #43667C; }
span { border-color: rgb(67,102,124); }
td.TdClassName
{
border-color: #43667C;
}
.TagClassName
{
border-color: #43667C;
}
</style>