Shades of Bismark #456974
Tints of Bismark #456974
RGB
CMYK
RGB Variations
Color information
#456974 (or 0x456974) is known color: Bismark. HEX triplet: 45, 69 and 74. RGB value is (69,105,116). Sum of RGB (Red+Green+Blue) = 69+105+116=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 116 - color contains mainly: blue. Hex color #456974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456974 is #BA968B. Grayscale: #5F5F5F. Windows color (decimal): -12228236 or 7629125. OLE color: 7629125.
HSL color Cylindrical-coordinate representation of color #456974: hue angle of 194.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #456974 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 105 | 116 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.55 |
| HSL | 194.04º | 0.25% | 0.36% | - |
| HSV(B) | 194.04º | 0.41% | 0.45% | - |
| XYZ | 10.66 | 12.63 | 18.4 | - |
| YUV | 95.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 116 | 0.41 | 0.09 | 0 | 0.55 | 194.04 | 0.25 | 0.36 |
| Hex | 45 | 69 | 74 | 29 | 9 | 0 | 37 | C2 | 19 | 24 |
| Octal | 105 | 151 | 164 | 51 | 11 | 0 | 67 | 302 | 31 | 44 |
| Binary | 1000101 | 1101001 | 1110100 | 101001 | 1001 | 0 | 110111 | 11000010 | 11001 | 100100 |
Color Harmonies of #456974
Complementary color
Monochromatic Colors of #456974
Black with #456974
Text Example
Text Example
White with #456974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456974; }
p { color: rgb(69,105,116); }
H1.HeaderClassName
{
color: #456974;
}
.AnyTagClassName
{
color: #456974;
}
</style>
background-color css
<style>
a { background-color: #456974; }
a { background-color: rgb(69,105,116); }
div.DivClassName
{
background-color: #456974;
}
.BgClassName
{
background-color: #456974;
}
</style>
border-color css
<style>
span { border-color: #456974; }
span { border-color: rgb(69,105,116); }
td.TdClassName
{
border-color: #456974;
}
.TagClassName
{
border-color: #456974;
}
</style>