Shades of Bismark #456B7A
Tints of Bismark #456B7A
RGB
CMYK
RGB Variations
Color information
#456B7A (or 0x456B7A) is known color: Bismark. HEX triplet: 45, 6B and 7A. RGB value is (69,107,122). Sum of RGB (Red+Green+Blue) = 69+107+122=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #456B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456B7A is #BA9485. Grayscale: #616161. Windows color (decimal): -12227718 or 8022853. OLE color: 8022853.
HSL color Cylindrical-coordinate representation of color #456B7A: hue angle of 196.98º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #456B7A is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 107 | 122 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.52 |
| HSL | 196.98º | 0.28% | 0.37% | - |
| HSV(B) | 196.98º | 0.43% | 0.48% | - |
| XYZ | 11.22 | 13.19 | 20.37 | - |
| YUV | 97.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 122 | 0.43 | 0.12 | 0 | 0.52 | 196.98 | 0.28 | 0.37 |
| Hex | 45 | 6B | 7A | 2B | C | 0 | 34 | C5 | 1C | 25 |
| Octal | 105 | 153 | 172 | 53 | 14 | 0 | 64 | 305 | 34 | 45 |
| Binary | 1000101 | 1101011 | 1111010 | 101011 | 1100 | 0 | 110100 | 11000101 | 11100 | 100101 |
Color Harmonies of #456B7A
Complementary color
Monochromatic Colors of #456B7A
Black with #456B7A
Text Example
Text Example
White with #456B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456B7A; }
p { color: rgb(69,107,122); }
H1.HeaderClassName
{
color: #456B7A;
}
.AnyTagClassName
{
color: #456B7A;
}
</style>
background-color css
<style>
a { background-color: #456B7A; }
a { background-color: rgb(69,107,122); }
div.DivClassName
{
background-color: #456B7A;
}
.BgClassName
{
background-color: #456B7A;
}
</style>
border-color css
<style>
span { border-color: #456B7A; }
span { border-color: rgb(69,107,122); }
td.TdClassName
{
border-color: #456B7A;
}
.TagClassName
{
border-color: #456B7A;
}
</style>