Shades of Bismark #42737F
Tints of Bismark #42737F
RGB
CMYK
RGB Variations
Color information
#42737F (or 0x42737F) is known color: Bismark. HEX triplet: 42, 73 and 7F. RGB value is (66,115,127). Sum of RGB (Red+Green+Blue) = 66+115+127=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #42737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42737F is #BD8C80. Grayscale: #656565. Windows color (decimal): -12422273 or 8352578. OLE color: 8352578.
HSL color Cylindrical-coordinate representation of color #42737F: hue angle of 191.8º 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 #42737F is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 115 | 127 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.50 |
| HSL | 191.8º | 0.32% | 0.38% | - |
| HSV(B) | 191.8º | 0.48% | 0.5% | - |
| XYZ | 12.21 | 14.95 | 22.32 | - |
| YUV | 101.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 127 | 0.48 | 0.09 | 0 | 0.50 | 191.8 | 0.32 | 0.38 |
| Hex | 42 | 73 | 7F | 30 | 9 | 0 | 32 | C0 | 20 | 26 |
| Octal | 102 | 163 | 177 | 60 | 11 | 0 | 62 | 300 | 40 | 46 |
| Binary | 1000010 | 1110011 | 1111111 | 110000 | 1001 | 0 | 110010 | 11000000 | 100000 | 100110 |
Color Harmonies of #42737F
Complementary color
Monochromatic Colors of #42737F
Black with #42737F
Text Example
Text Example
White with #42737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42737F; }
p { color: rgb(66,115,127); }
H1.HeaderClassName
{
color: #42737F;
}
.AnyTagClassName
{
color: #42737F;
}
</style>
background-color css
<style>
a { background-color: #42737F; }
a { background-color: rgb(66,115,127); }
div.DivClassName
{
background-color: #42737F;
}
.BgClassName
{
background-color: #42737F;
}
</style>
border-color css
<style>
span { border-color: #42737F; }
span { border-color: rgb(66,115,127); }
td.TdClassName
{
border-color: #42737F;
}
.TagClassName
{
border-color: #42737F;
}
</style>