Shades of Bismark #45707E
Tints of Bismark #45707E
RGB
CMYK
RGB Variations
Color information
#45707E (or 0x45707E) is known color: Bismark. HEX triplet: 45, 70 and 7E. RGB value is (69,112,126). Sum of RGB (Red+Green+Blue) = 69+112+126=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #45707E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45707E is #BA8F81. Grayscale: #646464. Windows color (decimal): -12226434 or 8286277. OLE color: 8286277.
HSL color Cylindrical-coordinate representation of color #45707E: hue angle of 194.74º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45707E is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 112 | 126 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.51 |
| HSL | 194.74º | 0.29% | 0.38% | - |
| HSV(B) | 194.74º | 0.45% | 0.49% | - |
| XYZ | 12.01 | 14.36 | 21.88 | - |
| YUV | 100.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 126 | 0.45 | 0.11 | 0 | 0.51 | 194.74 | 0.29 | 0.38 |
| Hex | 45 | 70 | 7E | 2D | B | 0 | 33 | C3 | 1D | 26 |
| Octal | 105 | 160 | 176 | 55 | 13 | 0 | 63 | 303 | 35 | 46 |
| Binary | 1000101 | 1110000 | 1111110 | 101101 | 1011 | 0 | 110011 | 11000011 | 11101 | 100110 |
Color Harmonies of #45707E
Complementary color
Monochromatic Colors of #45707E
Black with #45707E
Text Example
Text Example
White with #45707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45707E; }
p { color: rgb(69,112,126); }
H1.HeaderClassName
{
color: #45707E;
}
.AnyTagClassName
{
color: #45707E;
}
</style>
background-color css
<style>
a { background-color: #45707E; }
a { background-color: rgb(69,112,126); }
div.DivClassName
{
background-color: #45707E;
}
.BgClassName
{
background-color: #45707E;
}
</style>
border-color css
<style>
span { border-color: #45707E; }
span { border-color: rgb(69,112,126); }
td.TdClassName
{
border-color: #45707E;
}
.TagClassName
{
border-color: #45707E;
}
</style>