Shades of Bismark #436F7F
Tints of Bismark #436F7F
RGB
CMYK
RGB Variations
Color information
#436F7F (or 0x436F7F) is known color: Bismark. HEX triplet: 43, 6F and 7F. RGB value is (67,111,127). Sum of RGB (Red+Green+Blue) = 67+111+127=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #436F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436F7F is #BC9080. Grayscale: #636363. Windows color (decimal): -12357761 or 8351555. OLE color: 8351555.
HSL color Cylindrical-coordinate representation of color #436F7F: hue angle of 196º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #436F7F is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 111 | 127 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.50 |
| HSL | 196º | 0.31% | 0.38% | - |
| HSV(B) | 196º | 0.47% | 0.5% | - |
| XYZ | 11.83 | 14.09 | 22.18 | - |
| YUV | 99.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 111 | 127 | 0.47 | 0.13 | 0 | 0.50 | 196 | 0.31 | 0.38 |
| Hex | 43 | 6F | 7F | 2F | D | 0 | 32 | C4 | 1F | 26 |
| Octal | 103 | 157 | 177 | 57 | 15 | 0 | 62 | 304 | 37 | 46 |
| Binary | 1000011 | 1101111 | 1111111 | 101111 | 1101 | 0 | 110010 | 11000100 | 11111 | 100110 |
Color Harmonies of #436F7F
Complementary color
Monochromatic Colors of #436F7F
Black with #436F7F
Text Example
Text Example
White with #436F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436F7F; }
p { color: rgb(67,111,127); }
H1.HeaderClassName
{
color: #436F7F;
}
.AnyTagClassName
{
color: #436F7F;
}
</style>
background-color css
<style>
a { background-color: #436F7F; }
a { background-color: rgb(67,111,127); }
div.DivClassName
{
background-color: #436F7F;
}
.BgClassName
{
background-color: #436F7F;
}
</style>
border-color css
<style>
span { border-color: #436F7F; }
span { border-color: rgb(67,111,127); }
td.TdClassName
{
border-color: #436F7F;
}
.TagClassName
{
border-color: #436F7F;
}
</style>