Shades of Bismark #466B81
Tints of Bismark #466B81
RGB
CMYK
RGB Variations
Color information
#466B81 (or 0x466B81) is known color: Bismark. HEX triplet: 46, 6B and 81. RGB value is (70,107,129). Sum of RGB (Red+Green+Blue) = 70+107+129=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #466B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466B81 is #B9947E. Grayscale: #626262. Windows color (decimal): -12162175 or 8481606. OLE color: 8481606.
HSL color Cylindrical-coordinate representation of color #466B81: hue angle of 202.37º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466B81 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 107 | 129 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.49 |
| HSL | 202.37º | 0.3% | 0.39% | - |
| HSV(B) | 202.37º | 0.46% | 0.51% | - |
| XYZ | 11.75 | 13.4 | 22.74 | - |
| YUV | 98.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 129 | 0.46 | 0.17 | 0 | 0.49 | 202.37 | 0.3 | 0.39 |
| Hex | 46 | 6B | 81 | 2E | 11 | 0 | 31 | CA | 1E | 27 |
| Octal | 106 | 153 | 201 | 56 | 21 | 0 | 61 | 312 | 36 | 47 |
| Binary | 1000110 | 1101011 | 10000001 | 101110 | 10001 | 0 | 110001 | 11001010 | 11110 | 100111 |
Color Harmonies of #466B81
Complementary color
Monochromatic Colors of #466B81
Black with #466B81
Text Example
Text Example
White with #466B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B81; }
p { color: rgb(70,107,129); }
H1.HeaderClassName
{
color: #466B81;
}
.AnyTagClassName
{
color: #466B81;
}
</style>
background-color css
<style>
a { background-color: #466B81; }
a { background-color: rgb(70,107,129); }
div.DivClassName
{
background-color: #466B81;
}
.BgClassName
{
background-color: #466B81;
}
</style>
border-color css
<style>
span { border-color: #466B81; }
span { border-color: rgb(70,107,129); }
td.TdClassName
{
border-color: #466B81;
}
.TagClassName
{
border-color: #466B81;
}
</style>