Shades of Bismark #456479
Tints of Bismark #456479
RGB
CMYK
RGB Variations
Color information
#456479 (or 0x456479) is known color: Bismark. HEX triplet: 45, 64 and 79. RGB value is (69,100,121). Sum of RGB (Red+Green+Blue) = 69+100+121=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #456479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456479 is #BA9B86. Grayscale: #5D5D5D. Windows color (decimal): -12229511 or 7955525. OLE color: 7955525.
HSL color Cylindrical-coordinate representation of color #456479: hue angle of 204.23º 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 #456479 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 100 | 121 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.53 |
| HSL | 204.23º | 0.27% | 0.37% | - |
| HSV(B) | 204.23º | 0.43% | 0.47% | - |
| XYZ | 10.46 | 11.76 | 19.81 | - |
| YUV | 93.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 121 | 0.43 | 0.17 | 0 | 0.53 | 204.23 | 0.27 | 0.37 |
| Hex | 45 | 64 | 79 | 2B | 11 | 0 | 35 | CC | 1B | 25 |
| Octal | 105 | 144 | 171 | 53 | 21 | 0 | 65 | 314 | 33 | 45 |
| Binary | 1000101 | 1100100 | 1111001 | 101011 | 10001 | 0 | 110101 | 11001100 | 11011 | 100101 |
Color Harmonies of #456479
Complementary color
Monochromatic Colors of #456479
Black with #456479
Text Example
Text Example
White with #456479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456479; }
p { color: rgb(69,100,121); }
H1.HeaderClassName
{
color: #456479;
}
.AnyTagClassName
{
color: #456479;
}
</style>
background-color css
<style>
a { background-color: #456479; }
a { background-color: rgb(69,100,121); }
div.DivClassName
{
background-color: #456479;
}
.BgClassName
{
background-color: #456479;
}
</style>
border-color css
<style>
span { border-color: #456479; }
span { border-color: rgb(69,100,121); }
td.TdClassName
{
border-color: #456479;
}
.TagClassName
{
border-color: #456479;
}
</style>