Shades of Bismark #466B74
Tints of Bismark #466B74
RGB
CMYK
RGB Variations
Color information
#466B74 (or 0x466B74) is known color: Bismark. HEX triplet: 46, 6B and 74. RGB value is (70,107,116). Sum of RGB (Red+Green+Blue) = 70+107+116=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #466B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B74 is #B9948B. Grayscale: #606060. Windows color (decimal): -12162188 or 7629638. OLE color: 7629638.
HSL color Cylindrical-coordinate representation of color #466B74: hue angle of 191.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466B74 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 107 | 116 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.55 |
| HSL | 191.74º | 0.25% | 0.36% | - |
| HSV(B) | 191.74º | 0.4% | 0.45% | - |
| XYZ | 10.94 | 13.08 | 18.47 | - |
| YUV | 96.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 116 | 0.40 | 0.08 | 0 | 0.55 | 191.74 | 0.25 | 0.36 |
| Hex | 46 | 6B | 74 | 28 | 8 | 0 | 37 | C0 | 19 | 24 |
| Octal | 106 | 153 | 164 | 50 | 10 | 0 | 67 | 300 | 31 | 44 |
| Binary | 1000110 | 1101011 | 1110100 | 101000 | 1000 | 0 | 110111 | 11000000 | 11001 | 100100 |
Color Harmonies of #466B74
Complementary color
Monochromatic Colors of #466B74
Black with #466B74
Text Example
Text Example
White with #466B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B74; }
p { color: rgb(70,107,116); }
H1.HeaderClassName
{
color: #466B74;
}
.AnyTagClassName
{
color: #466B74;
}
</style>
background-color css
<style>
a { background-color: #466B74; }
a { background-color: rgb(70,107,116); }
div.DivClassName
{
background-color: #466B74;
}
.BgClassName
{
background-color: #466B74;
}
</style>
border-color css
<style>
span { border-color: #466B74; }
span { border-color: rgb(70,107,116); }
td.TdClassName
{
border-color: #466B74;
}
.TagClassName
{
border-color: #466B74;
}
</style>