Shades of Bismark #4D747F
Tints of Bismark #4D747F
RGB
CMYK
RGB Variations
Color information
#4D747F (or 0x4D747F) is known color: Bismark. HEX triplet: 4D, 74 and 7F. RGB value is (77,116,127). Sum of RGB (Red+Green+Blue) = 77+116+127=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D747F is #B28B80. Grayscale: #696969. Windows color (decimal): -11701121 or 8352845. OLE color: 8352845.
HSL color Cylindrical-coordinate representation of color #4D747F: hue angle of 193.2º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D747F is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 116 | 127 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.50 |
| HSL | 193.2º | 0.25% | 0.4% | - |
| HSV(B) | 193.2º | 0.39% | 0.5% | - |
| XYZ | 13.14 | 15.6 | 22.4 | - |
| YUV | 105.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 127 | 0.39 | 0.09 | 0 | 0.50 | 193.2 | 0.25 | 0.4 |
| Hex | 4D | 74 | 7F | 27 | 9 | 0 | 32 | C1 | 19 | 28 |
| Octal | 115 | 164 | 177 | 47 | 11 | 0 | 62 | 301 | 31 | 50 |
| Binary | 1001101 | 1110100 | 1111111 | 100111 | 1001 | 0 | 110010 | 11000001 | 11001 | 101000 |
Color Harmonies of #4D747F
Complementary color
Monochromatic Colors of #4D747F
Black with #4D747F
Text Example
Text Example
White with #4D747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D747F; }
p { color: rgb(77,116,127); }
H1.HeaderClassName
{
color: #4D747F;
}
.AnyTagClassName
{
color: #4D747F;
}
</style>
background-color css
<style>
a { background-color: #4D747F; }
a { background-color: rgb(77,116,127); }
div.DivClassName
{
background-color: #4D747F;
}
.BgClassName
{
background-color: #4D747F;
}
</style>
border-color css
<style>
span { border-color: #4D747F; }
span { border-color: rgb(77,116,127); }
td.TdClassName
{
border-color: #4D747F;
}
.TagClassName
{
border-color: #4D747F;
}
</style>