Shades of Bismark #456271
Tints of Bismark #456271
RGB
CMYK
RGB Variations
Color information
#456271 (or 0x456271) is known color: Bismark. HEX triplet: 45, 62 and 71. RGB value is (69,98,113). Sum of RGB (Red+Green+Blue) = 69+98+113=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #456271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456271 is #BA9D8E. Grayscale: #5A5A5A. Windows color (decimal): -12230031 or 7430725. OLE color: 7430725.
HSL color Cylindrical-coordinate representation of color #456271: hue angle of 200.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #456271 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 98 | 113 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.56 |
| HSL | 200.45º | 0.24% | 0.36% | - |
| HSV(B) | 200.45º | 0.39% | 0.44% | - |
| XYZ | 9.8 | 11.19 | 17.27 | - |
| YUV | 91.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 113 | 0.39 | 0.13 | 0 | 0.56 | 200.45 | 0.24 | 0.36 |
| Hex | 45 | 62 | 71 | 27 | D | 0 | 38 | C8 | 18 | 24 |
| Octal | 105 | 142 | 161 | 47 | 15 | 0 | 70 | 310 | 30 | 44 |
| Binary | 1000101 | 1100010 | 1110001 | 100111 | 1101 | 0 | 111000 | 11001000 | 11000 | 100100 |
Color Harmonies of #456271
Complementary color
Monochromatic Colors of #456271
Black with #456271
Text Example
Text Example
White with #456271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456271; }
p { color: rgb(69,98,113); }
H1.HeaderClassName
{
color: #456271;
}
.AnyTagClassName
{
color: #456271;
}
</style>
background-color css
<style>
a { background-color: #456271; }
a { background-color: rgb(69,98,113); }
div.DivClassName
{
background-color: #456271;
}
.BgClassName
{
background-color: #456271;
}
</style>
border-color css
<style>
span { border-color: #456271; }
span { border-color: rgb(69,98,113); }
td.TdClassName
{
border-color: #456271;
}
.TagClassName
{
border-color: #456271;
}
</style>