Shades of Bismark #456877
Tints of Bismark #456877
RGB
CMYK
RGB Variations
Color information
#456877 (or 0x456877) is known color: Bismark. HEX triplet: 45, 68 and 77. RGB value is (69,104,119). Sum of RGB (Red+Green+Blue) = 69+104+119=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #456877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456877 is #BA9788. Grayscale: #5F5F5F. Windows color (decimal): -12228489 or 7825477. OLE color: 7825477.
HSL color Cylindrical-coordinate representation of color #456877: hue angle of 198º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #456877 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 104 | 119 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.53 |
| HSL | 198º | 0.27% | 0.37% | - |
| HSV(B) | 198º | 0.42% | 0.47% | - |
| XYZ | 10.73 | 12.5 | 19.3 | - |
| YUV | 95.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 119 | 0.42 | 0.13 | 0 | 0.53 | 198 | 0.27 | 0.37 |
| Hex | 45 | 68 | 77 | 2A | D | 0 | 35 | C6 | 1B | 25 |
| Octal | 105 | 150 | 167 | 52 | 15 | 0 | 65 | 306 | 33 | 45 |
| Binary | 1000101 | 1101000 | 1110111 | 101010 | 1101 | 0 | 110101 | 11000110 | 11011 | 100101 |
Color Harmonies of #456877
Complementary color
Monochromatic Colors of #456877
Black with #456877
Text Example
Text Example
White with #456877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456877; }
p { color: rgb(69,104,119); }
H1.HeaderClassName
{
color: #456877;
}
.AnyTagClassName
{
color: #456877;
}
</style>
background-color css
<style>
a { background-color: #456877; }
a { background-color: rgb(69,104,119); }
div.DivClassName
{
background-color: #456877;
}
.BgClassName
{
background-color: #456877;
}
</style>
border-color css
<style>
span { border-color: #456877; }
span { border-color: rgb(69,104,119); }
td.TdClassName
{
border-color: #456877;
}
.TagClassName
{
border-color: #456877;
}
</style>