Shades of Bismark #42667D
Tints of Bismark #42667D
RGB
CMYK
RGB Variations
Color information
#42667D (or 0x42667D) is known color: Bismark. HEX triplet: 42, 66 and 7D. RGB value is (66,102,125). Sum of RGB (Red+Green+Blue) = 66+102+125=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #42667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42667D is #BD9982. Grayscale: #5D5D5D. Windows color (decimal): -12425603 or 8218178. OLE color: 8218178.
HSL color Cylindrical-coordinate representation of color #42667D: hue angle of 203.39º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42667D is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 102 | 125 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.51 |
| HSL | 203.39º | 0.31% | 0.37% | - |
| HSV(B) | 203.39º | 0.47% | 0.49% | - |
| XYZ | 10.7 | 12.14 | 21.18 | - |
| YUV | 93.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 125 | 0.47 | 0.18 | 0 | 0.51 | 203.39 | 0.31 | 0.37 |
| Hex | 42 | 66 | 7D | 2F | 12 | 0 | 33 | CB | 1F | 25 |
| Octal | 102 | 146 | 175 | 57 | 22 | 0 | 63 | 313 | 37 | 45 |
| Binary | 1000010 | 1100110 | 1111101 | 101111 | 10010 | 0 | 110011 | 11001011 | 11111 | 100101 |
Color Harmonies of #42667D
Complementary color
Monochromatic Colors of #42667D
Black with #42667D
Text Example
Text Example
White with #42667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42667D; }
p { color: rgb(66,102,125); }
H1.HeaderClassName
{
color: #42667D;
}
.AnyTagClassName
{
color: #42667D;
}
</style>
background-color css
<style>
a { background-color: #42667D; }
a { background-color: rgb(66,102,125); }
div.DivClassName
{
background-color: #42667D;
}
.BgClassName
{
background-color: #42667D;
}
</style>
border-color css
<style>
span { border-color: #42667D; }
span { border-color: rgb(66,102,125); }
td.TdClassName
{
border-color: #42667D;
}
.TagClassName
{
border-color: #42667D;
}
</style>