Shades of Bismark #466B75
Tints of Bismark #466B75
RGB
CMYK
RGB Variations
Color information
#466B75 (or 0x466B75) is known color: Bismark. HEX triplet: 46, 6B and 75. RGB value is (70,107,117). Sum of RGB (Red+Green+Blue) = 70+107+117=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #466B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B75 is #B9948A. Grayscale: #616161. Windows color (decimal): -12162187 or 7695174. OLE color: 7695174.
HSL color Cylindrical-coordinate representation of color #466B75: hue angle of 192.77º 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 #466B75 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 107 | 117 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.54 |
| HSL | 192.77º | 0.25% | 0.37% | - |
| HSV(B) | 192.77º | 0.4% | 0.46% | - |
| XYZ | 10.99 | 13.1 | 18.78 | - |
| YUV | 97.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 117 | 0.40 | 0.09 | 0 | 0.54 | 192.77 | 0.25 | 0.37 |
| Hex | 46 | 6B | 75 | 28 | 9 | 0 | 36 | C1 | 19 | 25 |
| Octal | 106 | 153 | 165 | 50 | 11 | 0 | 66 | 301 | 31 | 45 |
| Binary | 1000110 | 1101011 | 1110101 | 101000 | 1001 | 0 | 110110 | 11000001 | 11001 | 100101 |
Color Harmonies of #466B75
Complementary color
Monochromatic Colors of #466B75
Black with #466B75
Text Example
Text Example
White with #466B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B75; }
p { color: rgb(70,107,117); }
H1.HeaderClassName
{
color: #466B75;
}
.AnyTagClassName
{
color: #466B75;
}
</style>
background-color css
<style>
a { background-color: #466B75; }
a { background-color: rgb(70,107,117); }
div.DivClassName
{
background-color: #466B75;
}
.BgClassName
{
background-color: #466B75;
}
</style>
border-color css
<style>
span { border-color: #466B75; }
span { border-color: rgb(70,107,117); }
td.TdClassName
{
border-color: #466B75;
}
.TagClassName
{
border-color: #466B75;
}
</style>