Shades of Bismark #4F757F
Tints of Bismark #4F757F
RGB
CMYK
RGB Variations
Color information
#4F757F (or 0x4F757F) is known color: Bismark. HEX triplet: 4F, 75 and 7F. RGB value is (79,117,127). Sum of RGB (Red+Green+Blue) = 79+117+127=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F757F is #B08A80. Grayscale: #6A6A6A. Windows color (decimal): -11569793 or 8353103. OLE color: 8353103.
HSL color Cylindrical-coordinate representation of color #4F757F: hue angle of 192.5º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F757F is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 117 | 127 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.50 |
| HSL | 192.5º | 0.23% | 0.4% | - |
| HSV(B) | 192.5º | 0.38% | 0.5% | - |
| XYZ | 13.42 | 15.92 | 22.44 | - |
| YUV | 106.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 127 | 0.38 | 0.08 | 0 | 0.50 | 192.5 | 0.23 | 0.4 |
| Hex | 4F | 75 | 7F | 26 | 8 | 0 | 32 | C0 | 17 | 28 |
| Octal | 117 | 165 | 177 | 46 | 10 | 0 | 62 | 300 | 27 | 50 |
| Binary | 1001111 | 1110101 | 1111111 | 100110 | 1000 | 0 | 110010 | 11000000 | 10111 | 101000 |
Color Harmonies of #4F757F
Complementary color
Monochromatic Colors of #4F757F
Black with #4F757F
Text Example
Text Example
White with #4F757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F757F; }
p { color: rgb(79,117,127); }
H1.HeaderClassName
{
color: #4F757F;
}
.AnyTagClassName
{
color: #4F757F;
}
</style>
background-color css
<style>
a { background-color: #4F757F; }
a { background-color: rgb(79,117,127); }
div.DivClassName
{
background-color: #4F757F;
}
.BgClassName
{
background-color: #4F757F;
}
</style>
border-color css
<style>
span { border-color: #4F757F; }
span { border-color: rgb(79,117,127); }
td.TdClassName
{
border-color: #4F757F;
}
.TagClassName
{
border-color: #4F757F;
}
</style>