Shades of Bismark #4F727F
Tints of Bismark #4F727F
RGB
CMYK
RGB Variations
Color information
#4F727F (or 0x4F727F) is known color: Bismark. HEX triplet: 4F, 72 and 7F. RGB value is (79,114,127). Sum of RGB (Red+Green+Blue) = 79+114+127=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 114 (44.92% from 255 or 35.62% 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 #4F727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F727F is #B08D80. Grayscale: #686868. Windows color (decimal): -11570561 or 8352335. OLE color: 8352335.
HSL color Cylindrical-coordinate representation of color #4F727F: hue angle of 196.25º 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 #4F727F is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 79 | 114 | 127 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.50 |
| HSL | 196.25º | 0.23% | 0.4% | - |
| HSV(B) | 196.25º | 0.38% | 0.5% | - |
| XYZ | 13.07 | 15.23 | 22.33 | - |
| YUV | 105.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 127 | 0.38 | 0.10 | 0 | 0.50 | 196.25 | 0.23 | 0.4 |
| Hex | 4F | 72 | 7F | 26 | A | 0 | 32 | C4 | 17 | 28 |
| Octal | 117 | 162 | 177 | 46 | 12 | 0 | 62 | 304 | 27 | 50 |
| Binary | 1001111 | 1110010 | 1111111 | 100110 | 1010 | 0 | 110010 | 11000100 | 10111 | 101000 |
Color Harmonies of #4F727F
Complementary color
Monochromatic Colors of #4F727F
Black with #4F727F
Text Example
Text Example
White with #4F727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F727F; }
p { color: rgb(79,114,127); }
H1.HeaderClassName
{
color: #4F727F;
}
.AnyTagClassName
{
color: #4F727F;
}
</style>
background-color css
<style>
a { background-color: #4F727F; }
a { background-color: rgb(79,114,127); }
div.DivClassName
{
background-color: #4F727F;
}
.BgClassName
{
background-color: #4F727F;
}
</style>
border-color css
<style>
span { border-color: #4F727F; }
span { border-color: rgb(79,114,127); }
td.TdClassName
{
border-color: #4F727F;
}
.TagClassName
{
border-color: #4F727F;
}
</style>