Shades of Bismark #466C75
Tints of Bismark #466C75
RGB
CMYK
RGB Variations
Color information
#466C75 (or 0x466C75) is known color: Bismark. HEX triplet: 46, 6C and 75. RGB value is (70,108,117). Sum of RGB (Red+Green+Blue) = 70+108+117=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #466C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C75 is #B9938A. Grayscale: #616161. Windows color (decimal): -12161931 or 7695430. OLE color: 7695430.
HSL color Cylindrical-coordinate representation of color #466C75: hue angle of 191.49º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466C75 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 108 | 117 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.54 |
| HSL | 191.49º | 0.25% | 0.37% | - |
| HSV(B) | 191.49º | 0.4% | 0.46% | - |
| XYZ | 11.1 | 13.31 | 18.81 | - |
| YUV | 97.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 117 | 0.40 | 0.08 | 0 | 0.54 | 191.49 | 0.25 | 0.37 |
| Hex | 46 | 6C | 75 | 28 | 8 | 0 | 36 | BF | 19 | 25 |
| Octal | 106 | 154 | 165 | 50 | 10 | 0 | 66 | 277 | 31 | 45 |
| Binary | 1000110 | 1101100 | 1110101 | 101000 | 1000 | 0 | 110110 | 10111111 | 11001 | 100101 |
Color Harmonies of #466C75
Complementary color
Monochromatic Colors of #466C75
Black with #466C75
Text Example
Text Example
White with #466C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C75; }
p { color: rgb(70,108,117); }
H1.HeaderClassName
{
color: #466C75;
}
.AnyTagClassName
{
color: #466C75;
}
</style>
background-color css
<style>
a { background-color: #466C75; }
a { background-color: rgb(70,108,117); }
div.DivClassName
{
background-color: #466C75;
}
.BgClassName
{
background-color: #466C75;
}
</style>
border-color css
<style>
span { border-color: #466C75; }
span { border-color: rgb(70,108,117); }
td.TdClassName
{
border-color: #466C75;
}
.TagClassName
{
border-color: #466C75;
}
</style>