Shades of Bismark #456376
Tints of Bismark #456376
RGB
CMYK
RGB Variations
Color information
#456376 (or 0x456376) is known color: Bismark. HEX triplet: 45, 63 and 76. RGB value is (69,99,118). Sum of RGB (Red+Green+Blue) = 69+99+118=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #456376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456376 is #BA9C89. Grayscale: #5C5C5C. Windows color (decimal): -12229770 or 7758661. OLE color: 7758661.
HSL color Cylindrical-coordinate representation of color #456376: hue angle of 203.27º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #456376 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 99 | 118 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.54 |
| HSL | 203.27º | 0.26% | 0.37% | - |
| HSV(B) | 203.27º | 0.42% | 0.46% | - |
| XYZ | 10.19 | 11.5 | 18.82 | - |
| YUV | 92.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 118 | 0.42 | 0.16 | 0 | 0.54 | 203.27 | 0.26 | 0.37 |
| Hex | 45 | 63 | 76 | 2A | 10 | 0 | 36 | CB | 1A | 25 |
| Octal | 105 | 143 | 166 | 52 | 20 | 0 | 66 | 313 | 32 | 45 |
| Binary | 1000101 | 1100011 | 1110110 | 101010 | 10000 | 0 | 110110 | 11001011 | 11010 | 100101 |
Color Harmonies of #456376
Complementary color
Monochromatic Colors of #456376
Black with #456376
Text Example
Text Example
White with #456376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456376; }
p { color: rgb(69,99,118); }
H1.HeaderClassName
{
color: #456376;
}
.AnyTagClassName
{
color: #456376;
}
</style>
background-color css
<style>
a { background-color: #456376; }
a { background-color: rgb(69,99,118); }
div.DivClassName
{
background-color: #456376;
}
.BgClassName
{
background-color: #456376;
}
</style>
border-color css
<style>
span { border-color: #456376; }
span { border-color: rgb(69,99,118); }
td.TdClassName
{
border-color: #456376;
}
.TagClassName
{
border-color: #456376;
}
</style>