Shades of Bismark #456C79
Tints of Bismark #456C79
RGB
CMYK
RGB Variations
Color information
#456C79 (or 0x456C79) is known color: Bismark. HEX triplet: 45, 6C and 79. RGB value is (69,108,121). Sum of RGB (Red+Green+Blue) = 69+108+121=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #456C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456C79 is #BA9386. Grayscale: #616161. Windows color (decimal): -12227463 or 7957573. OLE color: 7957573.
HSL color Cylindrical-coordinate representation of color #456C79: hue angle of 195º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #456C79 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 108 | 121 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.53 |
| HSL | 195º | 0.27% | 0.37% | - |
| HSV(B) | 195º | 0.43% | 0.47% | - |
| XYZ | 11.27 | 13.37 | 20.08 | - |
| YUV | 97.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 121 | 0.43 | 0.11 | 0 | 0.53 | 195 | 0.27 | 0.37 |
| Hex | 45 | 6C | 79 | 2B | B | 0 | 35 | C3 | 1B | 25 |
| Octal | 105 | 154 | 171 | 53 | 13 | 0 | 65 | 303 | 33 | 45 |
| Binary | 1000101 | 1101100 | 1111001 | 101011 | 1011 | 0 | 110101 | 11000011 | 11011 | 100101 |
Color Harmonies of #456C79
Complementary color
Monochromatic Colors of #456C79
Black with #456C79
Text Example
Text Example
White with #456C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C79; }
p { color: rgb(69,108,121); }
H1.HeaderClassName
{
color: #456C79;
}
.AnyTagClassName
{
color: #456C79;
}
</style>
background-color css
<style>
a { background-color: #456C79; }
a { background-color: rgb(69,108,121); }
div.DivClassName
{
background-color: #456C79;
}
.BgClassName
{
background-color: #456C79;
}
</style>
border-color css
<style>
span { border-color: #456C79; }
span { border-color: rgb(69,108,121); }
td.TdClassName
{
border-color: #456C79;
}
.TagClassName
{
border-color: #456C79;
}
</style>