Shades of Bismark #42717C
Tints of Bismark #42717C
RGB
CMYK
RGB Variations
Color information
#42717C (or 0x42717C) is known color: Bismark. HEX triplet: 42, 71 and 7C. RGB value is (66,113,124). Sum of RGB (Red+Green+Blue) = 66+113+124=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #42717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42717C is #BD8E83. Grayscale: #646464. Windows color (decimal): -12422788 or 8155458. OLE color: 8155458.
HSL color Cylindrical-coordinate representation of color #42717C: hue angle of 191.38º 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 #42717C is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 113 | 124 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.51 |
| HSL | 191.38º | 0.31% | 0.37% | - |
| HSV(B) | 191.38º | 0.47% | 0.49% | - |
| XYZ | 11.79 | 14.42 | 21.23 | - |
| YUV | 100.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 124 | 0.47 | 0.09 | 0 | 0.51 | 191.38 | 0.31 | 0.37 |
| Hex | 42 | 71 | 7C | 2F | 9 | 0 | 33 | BF | 1F | 25 |
| Octal | 102 | 161 | 174 | 57 | 11 | 0 | 63 | 277 | 37 | 45 |
| Binary | 1000010 | 1110001 | 1111100 | 101111 | 1001 | 0 | 110011 | 10111111 | 11111 | 100101 |
Color Harmonies of #42717C
Complementary color
Monochromatic Colors of #42717C
Black with #42717C
Text Example
Text Example
White with #42717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42717C; }
p { color: rgb(66,113,124); }
H1.HeaderClassName
{
color: #42717C;
}
.AnyTagClassName
{
color: #42717C;
}
</style>
background-color css
<style>
a { background-color: #42717C; }
a { background-color: rgb(66,113,124); }
div.DivClassName
{
background-color: #42717C;
}
.BgClassName
{
background-color: #42717C;
}
</style>
border-color css
<style>
span { border-color: #42717C; }
span { border-color: rgb(66,113,124); }
td.TdClassName
{
border-color: #42717C;
}
.TagClassName
{
border-color: #42717C;
}
</style>