Shades of Bismark #456675
Tints of Bismark #456675
RGB
CMYK
RGB Variations
Color information
#456675 (or 0x456675) is known color: Bismark. HEX triplet: 45, 66 and 75. RGB value is (69,102,117). Sum of RGB (Red+Green+Blue) = 69+102+117=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #456675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456675 is #BA998A. Grayscale: #5D5D5D. Windows color (decimal): -12229003 or 7693893. OLE color: 7693893.
HSL color Cylindrical-coordinate representation of color #456675: hue angle of 198.75º 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 #456675 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 102 | 117 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.54 |
| HSL | 198.75º | 0.26% | 0.36% | - |
| HSV(B) | 198.75º | 0.41% | 0.46% | - |
| XYZ | 10.42 | 12.05 | 18.61 | - |
| YUV | 93.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 117 | 0.41 | 0.13 | 0 | 0.54 | 198.75 | 0.26 | 0.36 |
| Hex | 45 | 66 | 75 | 29 | D | 0 | 36 | C7 | 1A | 24 |
| Octal | 105 | 146 | 165 | 51 | 15 | 0 | 66 | 307 | 32 | 44 |
| Binary | 1000101 | 1100110 | 1110101 | 101001 | 1101 | 0 | 110110 | 11000111 | 11010 | 100100 |
Color Harmonies of #456675
Complementary color
Monochromatic Colors of #456675
Black with #456675
Text Example
Text Example
White with #456675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456675; }
p { color: rgb(69,102,117); }
H1.HeaderClassName
{
color: #456675;
}
.AnyTagClassName
{
color: #456675;
}
</style>
background-color css
<style>
a { background-color: #456675; }
a { background-color: rgb(69,102,117); }
div.DivClassName
{
background-color: #456675;
}
.BgClassName
{
background-color: #456675;
}
</style>
border-color css
<style>
span { border-color: #456675; }
span { border-color: rgb(69,102,117); }
td.TdClassName
{
border-color: #456675;
}
.TagClassName
{
border-color: #456675;
}
</style>