Shades of Bismark #456372
Tints of Bismark #456372
RGB
CMYK
RGB Variations
Color information
#456372 (or 0x456372) is known color: Bismark. HEX triplet: 45, 63 and 72. RGB value is (69,99,114). Sum of RGB (Red+Green+Blue) = 69+99+114=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #456372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456372 is #BA9C8D. Grayscale: #5B5B5B. Windows color (decimal): -12229774 or 7496517. OLE color: 7496517.
HSL color Cylindrical-coordinate representation of color #456372: hue angle of 200º 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 #456372 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 99 | 114 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.55 |
| HSL | 200º | 0.25% | 0.36% | - |
| HSV(B) | 200º | 0.39% | 0.45% | - |
| XYZ | 9.95 | 11.4 | 17.6 | - |
| YUV | 91.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 114 | 0.39 | 0.13 | 0 | 0.55 | 200 | 0.25 | 0.36 |
| Hex | 45 | 63 | 72 | 27 | D | 0 | 37 | C8 | 19 | 24 |
| Octal | 105 | 143 | 162 | 47 | 15 | 0 | 67 | 310 | 31 | 44 |
| Binary | 1000101 | 1100011 | 1110010 | 100111 | 1101 | 0 | 110111 | 11001000 | 11001 | 100100 |
Color Harmonies of #456372
Complementary color
Monochromatic Colors of #456372
Black with #456372
Text Example
Text Example
White with #456372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456372; }
p { color: rgb(69,99,114); }
H1.HeaderClassName
{
color: #456372;
}
.AnyTagClassName
{
color: #456372;
}
</style>
background-color css
<style>
a { background-color: #456372; }
a { background-color: rgb(69,99,114); }
div.DivClassName
{
background-color: #456372;
}
.BgClassName
{
background-color: #456372;
}
</style>
border-color css
<style>
span { border-color: #456372; }
span { border-color: rgb(69,99,114); }
td.TdClassName
{
border-color: #456372;
}
.TagClassName
{
border-color: #456372;
}
</style>