Shades of Bismark #456E7D
Tints of Bismark #456E7D
RGB
CMYK
RGB Variations
Color information
#456E7D (or 0x456E7D) is known color: Bismark. HEX triplet: 45, 6E and 7D. RGB value is (69,110,125). Sum of RGB (Red+Green+Blue) = 69+110+125=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #456E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456E7D is #BA9182. Grayscale: #636363. Windows color (decimal): -12226947 or 8220229. OLE color: 8220229.
HSL color Cylindrical-coordinate representation of color #456E7D: hue angle of 196.07º 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 #456E7D is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 110 | 125 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.51 |
| HSL | 196.07º | 0.29% | 0.38% | - |
| HSV(B) | 196.07º | 0.45% | 0.49% | - |
| XYZ | 11.73 | 13.9 | 21.47 | - |
| YUV | 99.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 125 | 0.45 | 0.12 | 0 | 0.51 | 196.07 | 0.29 | 0.38 |
| Hex | 45 | 6E | 7D | 2D | C | 0 | 33 | C4 | 1D | 26 |
| Octal | 105 | 156 | 175 | 55 | 14 | 0 | 63 | 304 | 35 | 46 |
| Binary | 1000101 | 1101110 | 1111101 | 101101 | 1100 | 0 | 110011 | 11000100 | 11101 | 100110 |
Color Harmonies of #456E7D
Complementary color
Monochromatic Colors of #456E7D
Black with #456E7D
Text Example
Text Example
White with #456E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456E7D; }
p { color: rgb(69,110,125); }
H1.HeaderClassName
{
color: #456E7D;
}
.AnyTagClassName
{
color: #456E7D;
}
</style>
background-color css
<style>
a { background-color: #456E7D; }
a { background-color: rgb(69,110,125); }
div.DivClassName
{
background-color: #456E7D;
}
.BgClassName
{
background-color: #456E7D;
}
</style>
border-color css
<style>
span { border-color: #456E7D; }
span { border-color: rgb(69,110,125); }
td.TdClassName
{
border-color: #456E7D;
}
.TagClassName
{
border-color: #456E7D;
}
</style>