Shades of Bismark #4F6373
Tints of Bismark #4F6373
RGB
CMYK
RGB Variations
Color information
#4F6373 (or 0x4F6373) is known color: Bismark. HEX triplet: 4F, 63 and 73. RGB value is (79,99,115). Sum of RGB (Red+Green+Blue) = 79+99+115=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6373 is #B09C8C. Grayscale: #5E5E5E. Windows color (decimal): -11574413 or 7562063. OLE color: 7562063.
HSL color Cylindrical-coordinate representation of color #4F6373: hue angle of 206.67º 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 #4F6373 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 99 | 115 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.55 |
| HSL | 206.67º | 0.19% | 0.38% | - |
| HSV(B) | 206.67º | 0.31% | 0.45% | - |
| XYZ | 10.78 | 11.82 | 17.93 | - |
| YUV | 94.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 99 | 115 | 0.31 | 0.14 | 0 | 0.55 | 206.67 | 0.19 | 0.38 |
| Hex | 4F | 63 | 73 | 1F | E | 0 | 37 | CF | 13 | 26 |
| Octal | 117 | 143 | 163 | 37 | 16 | 0 | 67 | 317 | 23 | 46 |
| Binary | 1001111 | 1100011 | 1110011 | 11111 | 1110 | 0 | 110111 | 11001111 | 10011 | 100110 |
Color Harmonies of #4F6373
Complementary color
Monochromatic Colors of #4F6373
Black with #4F6373
Text Example
Text Example
White with #4F6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6373; }
p { color: rgb(79,99,115); }
H1.HeaderClassName
{
color: #4F6373;
}
.AnyTagClassName
{
color: #4F6373;
}
</style>
background-color css
<style>
a { background-color: #4F6373; }
a { background-color: rgb(79,99,115); }
div.DivClassName
{
background-color: #4F6373;
}
.BgClassName
{
background-color: #4F6373;
}
</style>
border-color css
<style>
span { border-color: #4F6373; }
span { border-color: rgb(79,99,115); }
td.TdClassName
{
border-color: #4F6373;
}
.TagClassName
{
border-color: #4F6373;
}
</style>