Shades of Bismark #456F7C
Tints of Bismark #456F7C
RGB
CMYK
RGB Variations
Color information
#456F7C (or 0x456F7C) is known color: Bismark. HEX triplet: 45, 6F and 7C. RGB value is (69,111,124). Sum of RGB (Red+Green+Blue) = 69+111+124=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #456F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F7C is #BA9083. Grayscale: #636363. Windows color (decimal): -12226692 or 8154949. OLE color: 8154949.
HSL color Cylindrical-coordinate representation of color #456F7C: hue angle of 194.18º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #456F7C is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 111 | 124 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.51 |
| HSL | 194.18º | 0.28% | 0.38% | - |
| HSV(B) | 194.18º | 0.44% | 0.49% | - |
| XYZ | 11.78 | 14.09 | 21.17 | - |
| YUV | 99.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 124 | 0.44 | 0.10 | 0 | 0.51 | 194.18 | 0.28 | 0.38 |
| Hex | 45 | 6F | 7C | 2C | A | 0 | 33 | C2 | 1C | 26 |
| Octal | 105 | 157 | 174 | 54 | 12 | 0 | 63 | 302 | 34 | 46 |
| Binary | 1000101 | 1101111 | 1111100 | 101100 | 1010 | 0 | 110011 | 11000010 | 11100 | 100110 |
Color Harmonies of #456F7C
Complementary color
Monochromatic Colors of #456F7C
Black with #456F7C
Text Example
Text Example
White with #456F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F7C; }
p { color: rgb(69,111,124); }
H1.HeaderClassName
{
color: #456F7C;
}
.AnyTagClassName
{
color: #456F7C;
}
</style>
background-color css
<style>
a { background-color: #456F7C; }
a { background-color: rgb(69,111,124); }
div.DivClassName
{
background-color: #456F7C;
}
.BgClassName
{
background-color: #456F7C;
}
</style>
border-color css
<style>
span { border-color: #456F7C; }
span { border-color: rgb(69,111,124); }
td.TdClassName
{
border-color: #456F7C;
}
.TagClassName
{
border-color: #456F7C;
}
</style>