Shades of Bismark #467180
Tints of Bismark #467180
RGB
CMYK
RGB Variations
Color information
#467180 (or 0x467180) is known color: Bismark. HEX triplet: 46, 71 and 80. RGB value is (70,113,128). Sum of RGB (Red+Green+Blue) = 70+113+128=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #467180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467180 is #B98E7F. Grayscale: #656565. Windows color (decimal): -12160640 or 8417606. OLE color: 8417606.
HSL color Cylindrical-coordinate representation of color #467180: hue angle of 195.52º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467180 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 113 | 128 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.50 |
| HSL | 195.52º | 0.29% | 0.39% | - |
| HSV(B) | 195.52º | 0.45% | 0.5% | - |
| XYZ | 12.33 | 14.67 | 22.6 | - |
| YUV | 101.85 | 142.75 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 128 | 0.45 | 0.12 | 0 | 0.50 | 195.52 | 0.29 | 0.39 |
| Hex | 46 | 71 | 80 | 2D | C | 0 | 32 | C4 | 1D | 27 |
| Octal | 106 | 161 | 200 | 55 | 14 | 0 | 62 | 304 | 35 | 47 |
| Binary | 1000110 | 1110001 | 10000000 | 101101 | 1100 | 0 | 110010 | 11000100 | 11101 | 100111 |
Color Harmonies of #467180
Complementary color
Monochromatic Colors of #467180
Black with #467180
Text Example
Text Example
White with #467180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467180; }
p { color: rgb(70,113,128); }
H1.HeaderClassName
{
color: #467180;
}
.AnyTagClassName
{
color: #467180;
}
</style>
background-color css
<style>
a { background-color: #467180; }
a { background-color: rgb(70,113,128); }
div.DivClassName
{
background-color: #467180;
}
.BgClassName
{
background-color: #467180;
}
</style>
border-color css
<style>
span { border-color: #467180; }
span { border-color: rgb(70,113,128); }
td.TdClassName
{
border-color: #467180;
}
.TagClassName
{
border-color: #467180;
}
</style>