Shades of Bismark #456478
Tints of Bismark #456478
RGB
CMYK
RGB Variations
Color information
#456478 (or 0x456478) is known color: Bismark. HEX triplet: 45, 64 and 78. RGB value is (69,100,120). Sum of RGB (Red+Green+Blue) = 69+100+120=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #456478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456478 is #BA9B87. Grayscale: #5C5C5C. Windows color (decimal): -12229512 or 7889989. OLE color: 7889989.
HSL color Cylindrical-coordinate representation of color #456478: hue angle of 203.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #456478 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 100 | 120 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.53 |
| HSL | 203.53º | 0.27% | 0.37% | - |
| HSV(B) | 203.53º | 0.43% | 0.47% | - |
| XYZ | 10.4 | 11.74 | 19.49 | - |
| YUV | 93.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 120 | 0.42 | 0.17 | 0 | 0.53 | 203.53 | 0.27 | 0.37 |
| Hex | 45 | 64 | 78 | 2A | 11 | 0 | 35 | CC | 1B | 25 |
| Octal | 105 | 144 | 170 | 52 | 21 | 0 | 65 | 314 | 33 | 45 |
| Binary | 1000101 | 1100100 | 1111000 | 101010 | 10001 | 0 | 110101 | 11001100 | 11011 | 100101 |
Color Harmonies of #456478
Complementary color
Monochromatic Colors of #456478
Black with #456478
Text Example
Text Example
White with #456478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456478; }
p { color: rgb(69,100,120); }
H1.HeaderClassName
{
color: #456478;
}
.AnyTagClassName
{
color: #456478;
}
</style>
background-color css
<style>
a { background-color: #456478; }
a { background-color: rgb(69,100,120); }
div.DivClassName
{
background-color: #456478;
}
.BgClassName
{
background-color: #456478;
}
</style>
border-color css
<style>
span { border-color: #456478; }
span { border-color: rgb(69,100,120); }
td.TdClassName
{
border-color: #456478;
}
.TagClassName
{
border-color: #456478;
}
</style>