Shades of Bismark #456172
Tints of Bismark #456172
RGB
CMYK
RGB Variations
Color information
#456172 (or 0x456172) is known color: Bismark. HEX triplet: 45, 61 and 72. RGB value is (69,97,114). Sum of RGB (Red+Green+Blue) = 69+97+114=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #456172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456172 is #BA9E8D. Grayscale: #5A5A5A. Windows color (decimal): -12230286 or 7496005. OLE color: 7496005.
HSL color Cylindrical-coordinate representation of color #456172: hue angle of 202.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #456172 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 97 | 114 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.55 |
| HSL | 202.67º | 0.25% | 0.36% | - |
| HSV(B) | 202.67º | 0.39% | 0.45% | - |
| XYZ | 9.77 | 11.03 | 17.53 | - |
| YUV | 90.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 114 | 0.39 | 0.15 | 0 | 0.55 | 202.67 | 0.25 | 0.36 |
| Hex | 45 | 61 | 72 | 27 | F | 0 | 37 | CB | 19 | 24 |
| Octal | 105 | 141 | 162 | 47 | 17 | 0 | 67 | 313 | 31 | 44 |
| Binary | 1000101 | 1100001 | 1110010 | 100111 | 1111 | 0 | 110111 | 11001011 | 11001 | 100100 |
Color Harmonies of #456172
Complementary color
Monochromatic Colors of #456172
Black with #456172
Text Example
Text Example
White with #456172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456172; }
p { color: rgb(69,97,114); }
H1.HeaderClassName
{
color: #456172;
}
.AnyTagClassName
{
color: #456172;
}
</style>
background-color css
<style>
a { background-color: #456172; }
a { background-color: rgb(69,97,114); }
div.DivClassName
{
background-color: #456172;
}
.BgClassName
{
background-color: #456172;
}
</style>
border-color css
<style>
span { border-color: #456172; }
span { border-color: rgb(69,97,114); }
td.TdClassName
{
border-color: #456172;
}
.TagClassName
{
border-color: #456172;
}
</style>