Shades of Bismark #456875
Tints of Bismark #456875
RGB
CMYK
RGB Variations
Color information
#456875 (or 0x456875) is known color: Bismark. HEX triplet: 45, 68 and 75. RGB value is (69,104,117). Sum of RGB (Red+Green+Blue) = 69+104+117=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #456875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456875 is #BA978A. Grayscale: #5E5E5E. Windows color (decimal): -12228491 or 7694405. OLE color: 7694405.
HSL color Cylindrical-coordinate representation of color #456875: hue angle of 196.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #456875 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 104 | 117 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.54 |
| HSL | 196.25º | 0.26% | 0.36% | - |
| HSV(B) | 196.25º | 0.41% | 0.46% | - |
| XYZ | 10.62 | 12.45 | 18.67 | - |
| YUV | 95.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 117 | 0.41 | 0.11 | 0 | 0.54 | 196.25 | 0.26 | 0.36 |
| Hex | 45 | 68 | 75 | 29 | B | 0 | 36 | C4 | 1A | 24 |
| Octal | 105 | 150 | 165 | 51 | 13 | 0 | 66 | 304 | 32 | 44 |
| Binary | 1000101 | 1101000 | 1110101 | 101001 | 1011 | 0 | 110110 | 11000100 | 11010 | 100100 |
Color Harmonies of #456875
Complementary color
Monochromatic Colors of #456875
Black with #456875
Text Example
Text Example
White with #456875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456875; }
p { color: rgb(69,104,117); }
H1.HeaderClassName
{
color: #456875;
}
.AnyTagClassName
{
color: #456875;
}
</style>
background-color css
<style>
a { background-color: #456875; }
a { background-color: rgb(69,104,117); }
div.DivClassName
{
background-color: #456875;
}
.BgClassName
{
background-color: #456875;
}
</style>
border-color css
<style>
span { border-color: #456875; }
span { border-color: rgb(69,104,117); }
td.TdClassName
{
border-color: #456875;
}
.TagClassName
{
border-color: #456875;
}
</style>