Shades of Bismark #456676
Tints of Bismark #456676
RGB
CMYK
RGB Variations
Color information
#456676 (or 0x456676) is known color: Bismark. HEX triplet: 45, 66 and 76. RGB value is (69,102,118). Sum of RGB (Red+Green+Blue) = 69+102+118=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #456676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456676 is #BA9989. Grayscale: #5D5D5D. Windows color (decimal): -12229002 or 7759429. OLE color: 7759429.
HSL color Cylindrical-coordinate representation of color #456676: hue angle of 199.59º 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 #456676 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 102 | 118 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.54 |
| HSL | 199.59º | 0.26% | 0.37% | - |
| HSV(B) | 199.59º | 0.42% | 0.46% | - |
| XYZ | 10.48 | 12.08 | 18.92 | - |
| YUV | 93.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 118 | 0.42 | 0.14 | 0 | 0.54 | 199.59 | 0.26 | 0.37 |
| Hex | 45 | 66 | 76 | 2A | E | 0 | 36 | C8 | 1A | 25 |
| Octal | 105 | 146 | 166 | 52 | 16 | 0 | 66 | 310 | 32 | 45 |
| Binary | 1000101 | 1100110 | 1110110 | 101010 | 1110 | 0 | 110110 | 11001000 | 11010 | 100101 |
Color Harmonies of #456676
Complementary color
Monochromatic Colors of #456676
Black with #456676
Text Example
Text Example
White with #456676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456676; }
p { color: rgb(69,102,118); }
H1.HeaderClassName
{
color: #456676;
}
.AnyTagClassName
{
color: #456676;
}
</style>
background-color css
<style>
a { background-color: #456676; }
a { background-color: rgb(69,102,118); }
div.DivClassName
{
background-color: #456676;
}
.BgClassName
{
background-color: #456676;
}
</style>
border-color css
<style>
span { border-color: #456676; }
span { border-color: rgb(69,102,118); }
td.TdClassName
{
border-color: #456676;
}
.TagClassName
{
border-color: #456676;
}
</style>