Shades of Bismark #456679
Tints of Bismark #456679
RGB
CMYK
RGB Variations
Color information
#456679 (or 0x456679) is known color: Bismark. HEX triplet: 45, 66 and 79. RGB value is (69,102,121). Sum of RGB (Red+Green+Blue) = 69+102+121=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 121 - color contains mainly: blue. Hex color #456679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456679 is #BA9986. Grayscale: #5E5E5E. Windows color (decimal): -12228999 or 7956037. OLE color: 7956037.
HSL color Cylindrical-coordinate representation of color #456679: hue angle of 201.92º 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 #456679 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 102 | 121 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.53 |
| HSL | 201.92º | 0.27% | 0.37% | - |
| HSV(B) | 201.92º | 0.43% | 0.47% | - |
| XYZ | 10.66 | 12.15 | 19.87 | - |
| YUV | 94.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 121 | 0.43 | 0.16 | 0 | 0.53 | 201.92 | 0.27 | 0.37 |
| Hex | 45 | 66 | 79 | 2B | 10 | 0 | 35 | CA | 1B | 25 |
| Octal | 105 | 146 | 171 | 53 | 20 | 0 | 65 | 312 | 33 | 45 |
| Binary | 1000101 | 1100110 | 1111001 | 101011 | 10000 | 0 | 110101 | 11001010 | 11011 | 100101 |
Color Harmonies of #456679
Complementary color
Monochromatic Colors of #456679
Black with #456679
Text Example
Text Example
White with #456679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456679; }
p { color: rgb(69,102,121); }
H1.HeaderClassName
{
color: #456679;
}
.AnyTagClassName
{
color: #456679;
}
</style>
background-color css
<style>
a { background-color: #456679; }
a { background-color: rgb(69,102,121); }
div.DivClassName
{
background-color: #456679;
}
.BgClassName
{
background-color: #456679;
}
</style>
border-color css
<style>
span { border-color: #456679; }
span { border-color: rgb(69,102,121); }
td.TdClassName
{
border-color: #456679;
}
.TagClassName
{
border-color: #456679;
}
</style>