Shades of Bismark #456378
Tints of Bismark #456378
RGB
CMYK
RGB Variations
Color information
#456378 (or 0x456378) is known color: Bismark. HEX triplet: 45, 63 and 78. RGB value is (69,99,120). Sum of RGB (Red+Green+Blue) = 69+99+120=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #456378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456378 is #BA9C87. Grayscale: #5C5C5C. Windows color (decimal): -12229768 or 7889733. OLE color: 7889733.
HSL color Cylindrical-coordinate representation of color #456378: hue angle of 204.71º 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 #456378 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 99 | 120 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.53 |
| HSL | 204.71º | 0.27% | 0.37% | - |
| HSV(B) | 204.71º | 0.43% | 0.47% | - |
| XYZ | 10.31 | 11.54 | 19.45 | - |
| YUV | 92.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 120 | 0.42 | 0.17 | 0 | 0.53 | 204.71 | 0.27 | 0.37 |
| Hex | 45 | 63 | 78 | 2A | 11 | 0 | 35 | CD | 1B | 25 |
| Octal | 105 | 143 | 170 | 52 | 21 | 0 | 65 | 315 | 33 | 45 |
| Binary | 1000101 | 1100011 | 1111000 | 101010 | 10001 | 0 | 110101 | 11001101 | 11011 | 100101 |
Color Harmonies of #456378
Complementary color
Monochromatic Colors of #456378
Black with #456378
Text Example
Text Example
White with #456378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456378; }
p { color: rgb(69,99,120); }
H1.HeaderClassName
{
color: #456378;
}
.AnyTagClassName
{
color: #456378;
}
</style>
background-color css
<style>
a { background-color: #456378; }
a { background-color: rgb(69,99,120); }
div.DivClassName
{
background-color: #456378;
}
.BgClassName
{
background-color: #456378;
}
</style>
border-color css
<style>
span { border-color: #456378; }
span { border-color: rgb(69,99,120); }
td.TdClassName
{
border-color: #456378;
}
.TagClassName
{
border-color: #456378;
}
</style>