Shades of Bismark #42717F
Tints of Bismark #42717F
RGB
CMYK
RGB Variations
Color information
#42717F (or 0x42717F) is known color: Bismark. HEX triplet: 42, 71 and 7F. RGB value is (66,113,127). Sum of RGB (Red+Green+Blue) = 66+113+127=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #42717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42717F is #BD8E80. Grayscale: #646464. Windows color (decimal): -12422785 or 8352066. OLE color: 8352066.
HSL color Cylindrical-coordinate representation of color #42717F: hue angle of 193.77º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42717F is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 113 | 127 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.50 |
| HSL | 193.77º | 0.32% | 0.38% | - |
| HSV(B) | 193.77º | 0.48% | 0.5% | - |
| XYZ | 11.98 | 14.5 | 22.25 | - |
| YUV | 100.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 127 | 0.48 | 0.11 | 0 | 0.50 | 193.77 | 0.32 | 0.38 |
| Hex | 42 | 71 | 7F | 30 | B | 0 | 32 | C2 | 20 | 26 |
| Octal | 102 | 161 | 177 | 60 | 13 | 0 | 62 | 302 | 40 | 46 |
| Binary | 1000010 | 1110001 | 1111111 | 110000 | 1011 | 0 | 110010 | 11000010 | 100000 | 100110 |
Color Harmonies of #42717F
Complementary color
Monochromatic Colors of #42717F
Black with #42717F
Text Example
Text Example
White with #42717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42717F; }
p { color: rgb(66,113,127); }
H1.HeaderClassName
{
color: #42717F;
}
.AnyTagClassName
{
color: #42717F;
}
</style>
background-color css
<style>
a { background-color: #42717F; }
a { background-color: rgb(66,113,127); }
div.DivClassName
{
background-color: #42717F;
}
.BgClassName
{
background-color: #42717F;
}
</style>
border-color css
<style>
span { border-color: #42717F; }
span { border-color: rgb(66,113,127); }
td.TdClassName
{
border-color: #42717F;
}
.TagClassName
{
border-color: #42717F;
}
</style>