Shades of Bismark #456574
Tints of Bismark #456574
RGB
CMYK
RGB Variations
Color information
#456574 (or 0x456574) is known color: Bismark. HEX triplet: 45, 65 and 74. RGB value is (69,101,116). Sum of RGB (Red+Green+Blue) = 69+101+116=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #456574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456574 is #BA9A8B. Grayscale: #5D5D5D. Windows color (decimal): -12229260 or 7628101. OLE color: 7628101.
HSL color Cylindrical-coordinate representation of color #456574: hue angle of 199.15º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #456574 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 101 | 116 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.55 |
| HSL | 199.15º | 0.25% | 0.36% | - |
| HSV(B) | 199.15º | 0.41% | 0.45% | - |
| XYZ | 10.26 | 11.83 | 18.27 | - |
| YUV | 93.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 116 | 0.41 | 0.13 | 0 | 0.55 | 199.15 | 0.25 | 0.36 |
| Hex | 45 | 65 | 74 | 29 | D | 0 | 37 | C7 | 19 | 24 |
| Octal | 105 | 145 | 164 | 51 | 15 | 0 | 67 | 307 | 31 | 44 |
| Binary | 1000101 | 1100101 | 1110100 | 101001 | 1101 | 0 | 110111 | 11000111 | 11001 | 100100 |
Color Harmonies of #456574
Complementary color
Monochromatic Colors of #456574
Black with #456574
Text Example
Text Example
White with #456574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456574; }
p { color: rgb(69,101,116); }
H1.HeaderClassName
{
color: #456574;
}
.AnyTagClassName
{
color: #456574;
}
</style>
background-color css
<style>
a { background-color: #456574; }
a { background-color: rgb(69,101,116); }
div.DivClassName
{
background-color: #456574;
}
.BgClassName
{
background-color: #456574;
}
</style>
border-color css
<style>
span { border-color: #456574; }
span { border-color: rgb(69,101,116); }
td.TdClassName
{
border-color: #456574;
}
.TagClassName
{
border-color: #456574;
}
</style>