Shades of Bismark #466A7F
Tints of Bismark #466A7F
RGB
CMYK
RGB Variations
Color information
#466A7F (or 0x466A7F) is known color: Bismark. HEX triplet: 46, 6A and 7F. RGB value is (70,106,127). Sum of RGB (Red+Green+Blue) = 70+106+127=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #466A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A7F is #B99580. Grayscale: #616161. Windows color (decimal): -12162433 or 8350278. OLE color: 8350278.
HSL color Cylindrical-coordinate representation of color #466A7F: hue angle of 202.11º 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 #466A7F is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 106 | 127 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.50 |
| HSL | 202.11º | 0.29% | 0.39% | - |
| HSV(B) | 202.11º | 0.45% | 0.5% | - |
| XYZ | 11.51 | 13.14 | 22.01 | - |
| YUV | 97.63 | 144.57 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 127 | 0.45 | 0.17 | 0 | 0.50 | 202.11 | 0.29 | 0.39 |
| Hex | 46 | 6A | 7F | 2D | 11 | 0 | 32 | CA | 1D | 27 |
| Octal | 106 | 152 | 177 | 55 | 21 | 0 | 62 | 312 | 35 | 47 |
| Binary | 1000110 | 1101010 | 1111111 | 101101 | 10001 | 0 | 110010 | 11001010 | 11101 | 100111 |
Color Harmonies of #466A7F
Complementary color
Monochromatic Colors of #466A7F
Black with #466A7F
Text Example
Text Example
White with #466A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A7F; }
p { color: rgb(70,106,127); }
H1.HeaderClassName
{
color: #466A7F;
}
.AnyTagClassName
{
color: #466A7F;
}
</style>
background-color css
<style>
a { background-color: #466A7F; }
a { background-color: rgb(70,106,127); }
div.DivClassName
{
background-color: #466A7F;
}
.BgClassName
{
background-color: #466A7F;
}
</style>
border-color css
<style>
span { border-color: #466A7F; }
span { border-color: rgb(70,106,127); }
td.TdClassName
{
border-color: #466A7F;
}
.TagClassName
{
border-color: #466A7F;
}
</style>