Shades of Bismark #4F6573
Tints of Bismark #4F6573
RGB
CMYK
RGB Variations
Color information
#4F6573 (or 0x4F6573) is known color: Bismark. HEX triplet: 4F, 65 and 73. RGB value is (79,101,115). Sum of RGB (Red+Green+Blue) = 79+101+115=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6573 is #B09A8C. Grayscale: #5F5F5F. Windows color (decimal): -11573901 or 7562575. OLE color: 7562575.
HSL color Cylindrical-coordinate representation of color #4F6573: hue angle of 203.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F6573 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 101 | 115 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.55 |
| HSL | 203.33º | 0.19% | 0.38% | - |
| HSV(B) | 203.33º | 0.31% | 0.45% | - |
| XYZ | 10.97 | 12.21 | 18 | - |
| YUV | 96.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 115 | 0.31 | 0.12 | 0 | 0.55 | 203.33 | 0.19 | 0.38 |
| Hex | 4F | 65 | 73 | 1F | C | 0 | 37 | CB | 13 | 26 |
| Octal | 117 | 145 | 163 | 37 | 14 | 0 | 67 | 313 | 23 | 46 |
| Binary | 1001111 | 1100101 | 1110011 | 11111 | 1100 | 0 | 110111 | 11001011 | 10011 | 100110 |
Color Harmonies of #4F6573
Complementary color
Monochromatic Colors of #4F6573
Black with #4F6573
Text Example
Text Example
White with #4F6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6573; }
p { color: rgb(79,101,115); }
H1.HeaderClassName
{
color: #4F6573;
}
.AnyTagClassName
{
color: #4F6573;
}
</style>
background-color css
<style>
a { background-color: #4F6573; }
a { background-color: rgb(79,101,115); }
div.DivClassName
{
background-color: #4F6573;
}
.BgClassName
{
background-color: #4F6573;
}
</style>
border-color css
<style>
span { border-color: #4F6573; }
span { border-color: rgb(79,101,115); }
td.TdClassName
{
border-color: #4F6573;
}
.TagClassName
{
border-color: #4F6573;
}
</style>