Shades of Bismark #426E7F
Tints of Bismark #426E7F
RGB
CMYK
RGB Variations
Color information
#426E7F (or 0x426E7F) is known color: Bismark. HEX triplet: 42, 6E and 7F. RGB value is (66,110,127). Sum of RGB (Red+Green+Blue) = 66+110+127=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #426E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E7F is #BD9180. Grayscale: #626262. Windows color (decimal): -12423553 or 8351298. OLE color: 8351298.
HSL color Cylindrical-coordinate representation of color #426E7F: hue angle of 196.72º 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 #426E7F is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 110 | 127 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.50 |
| HSL | 196.72º | 0.32% | 0.38% | - |
| HSV(B) | 196.72º | 0.48% | 0.5% | - |
| XYZ | 11.65 | 13.84 | 22.14 | - |
| YUV | 98.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 127 | 0.48 | 0.13 | 0 | 0.50 | 196.72 | 0.32 | 0.38 |
| Hex | 42 | 6E | 7F | 30 | D | 0 | 32 | C5 | 20 | 26 |
| Octal | 102 | 156 | 177 | 60 | 15 | 0 | 62 | 305 | 40 | 46 |
| Binary | 1000010 | 1101110 | 1111111 | 110000 | 1101 | 0 | 110010 | 11000101 | 100000 | 100110 |
Color Harmonies of #426E7F
Complementary color
Monochromatic Colors of #426E7F
Black with #426E7F
Text Example
Text Example
White with #426E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426E7F; }
p { color: rgb(66,110,127); }
H1.HeaderClassName
{
color: #426E7F;
}
.AnyTagClassName
{
color: #426E7F;
}
</style>
background-color css
<style>
a { background-color: #426E7F; }
a { background-color: rgb(66,110,127); }
div.DivClassName
{
background-color: #426E7F;
}
.BgClassName
{
background-color: #426E7F;
}
</style>
border-color css
<style>
span { border-color: #426E7F; }
span { border-color: rgb(66,110,127); }
td.TdClassName
{
border-color: #426E7F;
}
.TagClassName
{
border-color: #426E7F;
}
</style>