Shades of Bismark #456272
Tints of Bismark #456272
RGB
CMYK
RGB Variations
Color information
#456272 (or 0x456272) is known color: Bismark. HEX triplet: 45, 62 and 72. RGB value is (69,98,114). Sum of RGB (Red+Green+Blue) = 69+98+114=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #456272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456272 is #BA9D8D. Grayscale: #5B5B5B. Windows color (decimal): -12230030 or 7496261. OLE color: 7496261.
HSL color Cylindrical-coordinate representation of color #456272: hue angle of 201.33º 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 #456272 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 98 | 114 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.55 |
| HSL | 201.33º | 0.25% | 0.36% | - |
| HSV(B) | 201.33º | 0.39% | 0.45% | - |
| XYZ | 9.86 | 11.22 | 17.56 | - |
| YUV | 91.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 114 | 0.39 | 0.14 | 0 | 0.55 | 201.33 | 0.25 | 0.36 |
| Hex | 45 | 62 | 72 | 27 | E | 0 | 37 | C9 | 19 | 24 |
| Octal | 105 | 142 | 162 | 47 | 16 | 0 | 67 | 311 | 31 | 44 |
| Binary | 1000101 | 1100010 | 1110010 | 100111 | 1110 | 0 | 110111 | 11001001 | 11001 | 100100 |
Color Harmonies of #456272
Complementary color
Monochromatic Colors of #456272
Black with #456272
Text Example
Text Example
White with #456272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456272; }
p { color: rgb(69,98,114); }
H1.HeaderClassName
{
color: #456272;
}
.AnyTagClassName
{
color: #456272;
}
</style>
background-color css
<style>
a { background-color: #456272; }
a { background-color: rgb(69,98,114); }
div.DivClassName
{
background-color: #456272;
}
.BgClassName
{
background-color: #456272;
}
</style>
border-color css
<style>
span { border-color: #456272; }
span { border-color: rgb(69,98,114); }
td.TdClassName
{
border-color: #456272;
}
.TagClassName
{
border-color: #456272;
}
</style>