Shades of Bismark #456C7E
Tints of Bismark #456C7E
RGB
CMYK
RGB Variations
Color information
#456C7E (or 0x456C7E) is known color: Bismark. HEX triplet: 45, 6C and 7E. RGB value is (69,108,126). Sum of RGB (Red+Green+Blue) = 69+108+126=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #456C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456C7E is #BA9381. Grayscale: #626262. Windows color (decimal): -12227458 or 8285253. OLE color: 8285253.
HSL color Cylindrical-coordinate representation of color #456C7E: hue angle of 198.95º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #456C7E is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 108 | 126 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.51 |
| HSL | 198.95º | 0.29% | 0.38% | - |
| HSV(B) | 198.95º | 0.45% | 0.49% | - |
| XYZ | 11.58 | 13.5 | 21.73 | - |
| YUV | 98.39 | 143.58 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 126 | 0.45 | 0.14 | 0 | 0.51 | 198.95 | 0.29 | 0.38 |
| Hex | 45 | 6C | 7E | 2D | E | 0 | 33 | C7 | 1D | 26 |
| Octal | 105 | 154 | 176 | 55 | 16 | 0 | 63 | 307 | 35 | 46 |
| Binary | 1000101 | 1101100 | 1111110 | 101101 | 1110 | 0 | 110011 | 11000111 | 11101 | 100110 |
Color Harmonies of #456C7E
Complementary color
Monochromatic Colors of #456C7E
Black with #456C7E
Text Example
Text Example
White with #456C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C7E; }
p { color: rgb(69,108,126); }
H1.HeaderClassName
{
color: #456C7E;
}
.AnyTagClassName
{
color: #456C7E;
}
</style>
background-color css
<style>
a { background-color: #456C7E; }
a { background-color: rgb(69,108,126); }
div.DivClassName
{
background-color: #456C7E;
}
.BgClassName
{
background-color: #456C7E;
}
</style>
border-color css
<style>
span { border-color: #456C7E; }
span { border-color: rgb(69,108,126); }
td.TdClassName
{
border-color: #456C7E;
}
.TagClassName
{
border-color: #456C7E;
}
</style>