Shades of Bismark #4F747C
Tints of Bismark #4F747C
RGB
CMYK
RGB Variations
Color information
#4F747C (or 0x4F747C) is known color: Bismark. HEX triplet: 4F, 74 and 7C. RGB value is (79,116,124). Sum of RGB (Red+Green+Blue) = 79+116+124=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F747C is #B08B83. Grayscale: #696969. Windows color (decimal): -11570052 or 8156239. OLE color: 8156239.
HSL color Cylindrical-coordinate representation of color #4F747C: hue angle of 190.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F747C is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 116 | 124 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.51 |
| HSL | 190.67º | 0.22% | 0.4% | - |
| HSV(B) | 190.67º | 0.36% | 0.49% | - |
| XYZ | 13.11 | 15.61 | 21.39 | - |
| YUV | 105.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 124 | 0.36 | 0.06 | 0 | 0.51 | 190.67 | 0.22 | 0.4 |
| Hex | 4F | 74 | 7C | 24 | 6 | 0 | 33 | BF | 16 | 28 |
| Octal | 117 | 164 | 174 | 44 | 6 | 0 | 63 | 277 | 26 | 50 |
| Binary | 1001111 | 1110100 | 1111100 | 100100 | 110 | 0 | 110011 | 10111111 | 10110 | 101000 |
Color Harmonies of #4F747C
Complementary color
Monochromatic Colors of #4F747C
Black with #4F747C
Text Example
Text Example
White with #4F747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F747C; }
p { color: rgb(79,116,124); }
H1.HeaderClassName
{
color: #4F747C;
}
.AnyTagClassName
{
color: #4F747C;
}
</style>
background-color css
<style>
a { background-color: #4F747C; }
a { background-color: rgb(79,116,124); }
div.DivClassName
{
background-color: #4F747C;
}
.BgClassName
{
background-color: #4F747C;
}
</style>
border-color css
<style>
span { border-color: #4F747C; }
span { border-color: rgb(79,116,124); }
td.TdClassName
{
border-color: #4F747C;
}
.TagClassName
{
border-color: #4F747C;
}
</style>