Shades of Bismark #456370
Tints of Bismark #456370
RGB
CMYK
RGB Variations
Color information
#456370 (or 0x456370) is known color: Bismark. HEX triplet: 45, 63 and 70. RGB value is (69,99,112). Sum of RGB (Red+Green+Blue) = 69+99+112=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #456370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456370 is #BA9C8F. Grayscale: #5B5B5B. Windows color (decimal): -12229776 or 7365445. OLE color: 7365445.
HSL color Cylindrical-coordinate representation of color #456370: hue angle of 198.14º 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 #456370 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 99 | 112 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.56 |
| HSL | 198.14º | 0.24% | 0.35% | - |
| HSV(B) | 198.14º | 0.38% | 0.44% | - |
| XYZ | 9.84 | 11.36 | 17 | - |
| YUV | 91.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 112 | 0.38 | 0.12 | 0 | 0.56 | 198.14 | 0.24 | 0.35 |
| Hex | 45 | 63 | 70 | 26 | C | 0 | 38 | C6 | 18 | 23 |
| Octal | 105 | 143 | 160 | 46 | 14 | 0 | 70 | 306 | 30 | 43 |
| Binary | 1000101 | 1100011 | 1110000 | 100110 | 1100 | 0 | 111000 | 11000110 | 11000 | 100011 |
Color Harmonies of #456370
Complementary color
Monochromatic Colors of #456370
Black with #456370
Text Example
Text Example
White with #456370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456370; }
p { color: rgb(69,99,112); }
H1.HeaderClassName
{
color: #456370;
}
.AnyTagClassName
{
color: #456370;
}
</style>
background-color css
<style>
a { background-color: #456370; }
a { background-color: rgb(69,99,112); }
div.DivClassName
{
background-color: #456370;
}
.BgClassName
{
background-color: #456370;
}
</style>
border-color css
<style>
span { border-color: #456370; }
span { border-color: rgb(69,99,112); }
td.TdClassName
{
border-color: #456370;
}
.TagClassName
{
border-color: #456370;
}
</style>