Shades of Bismark #456170
Tints of Bismark #456170
RGB
CMYK
RGB Variations
Color information
#456170 (or 0x456170) is known color: Bismark. HEX triplet: 45, 61 and 70. RGB value is (69,97,112). Sum of RGB (Red+Green+Blue) = 69+97+112=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #456170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456170 is #BA9E8F. Grayscale: #5A5A5A. Windows color (decimal): -12230288 or 7364933. OLE color: 7364933.
HSL color Cylindrical-coordinate representation of color #456170: hue angle of 200.93º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #456170 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 97 | 112 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.56 |
| HSL | 200.93º | 0.24% | 0.35% | - |
| HSV(B) | 200.93º | 0.38% | 0.44% | - |
| XYZ | 9.65 | 10.98 | 16.94 | - |
| YUV | 90.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 112 | 0.38 | 0.13 | 0 | 0.56 | 200.93 | 0.24 | 0.35 |
| Hex | 45 | 61 | 70 | 26 | D | 0 | 38 | C9 | 18 | 23 |
| Octal | 105 | 141 | 160 | 46 | 15 | 0 | 70 | 311 | 30 | 43 |
| Binary | 1000101 | 1100001 | 1110000 | 100110 | 1101 | 0 | 111000 | 11001001 | 11000 | 100011 |
Color Harmonies of #456170
Complementary color
Monochromatic Colors of #456170
Black with #456170
Text Example
Text Example
White with #456170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456170; }
p { color: rgb(69,97,112); }
H1.HeaderClassName
{
color: #456170;
}
.AnyTagClassName
{
color: #456170;
}
</style>
background-color css
<style>
a { background-color: #456170; }
a { background-color: rgb(69,97,112); }
div.DivClassName
{
background-color: #456170;
}
.BgClassName
{
background-color: #456170;
}
</style>
border-color css
<style>
span { border-color: #456170; }
span { border-color: rgb(69,97,112); }
td.TdClassName
{
border-color: #456170;
}
.TagClassName
{
border-color: #456170;
}
</style>