Shades of Bismark #43727C
Tints of Bismark #43727C
RGB
CMYK
RGB Variations
Color information
#43727C (or 0x43727C) is known color: Bismark. HEX triplet: 43, 72 and 7C. RGB value is (67,114,124). Sum of RGB (Red+Green+Blue) = 67+114+124=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #43727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43727C is #BC8D83. Grayscale: #646464. Windows color (decimal): -12356996 or 8155715. OLE color: 8155715.
HSL color Cylindrical-coordinate representation of color #43727C: hue angle of 190.53º 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 #43727C is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 114 | 124 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.51 |
| HSL | 190.53º | 0.3% | 0.37% | - |
| HSV(B) | 190.53º | 0.46% | 0.49% | - |
| XYZ | 11.97 | 14.68 | 21.27 | - |
| YUV | 101.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 124 | 0.46 | 0.08 | 0 | 0.51 | 190.53 | 0.3 | 0.37 |
| Hex | 43 | 72 | 7C | 2E | 8 | 0 | 33 | BF | 1E | 25 |
| Octal | 103 | 162 | 174 | 56 | 10 | 0 | 63 | 277 | 36 | 45 |
| Binary | 1000011 | 1110010 | 1111100 | 101110 | 1000 | 0 | 110011 | 10111111 | 11110 | 100101 |
Color Harmonies of #43727C
Complementary color
Monochromatic Colors of #43727C
Black with #43727C
Text Example
Text Example
White with #43727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43727C; }
p { color: rgb(67,114,124); }
H1.HeaderClassName
{
color: #43727C;
}
.AnyTagClassName
{
color: #43727C;
}
</style>
background-color css
<style>
a { background-color: #43727C; }
a { background-color: rgb(67,114,124); }
div.DivClassName
{
background-color: #43727C;
}
.BgClassName
{
background-color: #43727C;
}
</style>
border-color css
<style>
span { border-color: #43727C; }
span { border-color: rgb(67,114,124); }
td.TdClassName
{
border-color: #43727C;
}
.TagClassName
{
border-color: #43727C;
}
</style>