Shades of Bismark #4F6673
Tints of Bismark #4F6673
RGB
CMYK
RGB Variations
Color information
#4F6673 (or 0x4F6673) is known color: Bismark. HEX triplet: 4F, 66 and 73. RGB value is (79,102,115). Sum of RGB (Red+Green+Blue) = 79+102+115=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6673 is #B0998C. Grayscale: #606060. Windows color (decimal): -11573645 or 7562831. OLE color: 7562831.
HSL color Cylindrical-coordinate representation of color #4F6673: hue angle of 201.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 #4F6673 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 102 | 115 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.55 |
| HSL | 201.67º | 0.19% | 0.38% | - |
| HSV(B) | 201.67º | 0.31% | 0.45% | - |
| XYZ | 11.07 | 12.4 | 18.03 | - |
| YUV | 96.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 102 | 115 | 0.31 | 0.11 | 0 | 0.55 | 201.67 | 0.19 | 0.38 |
| Hex | 4F | 66 | 73 | 1F | B | 0 | 37 | CA | 13 | 26 |
| Octal | 117 | 146 | 163 | 37 | 13 | 0 | 67 | 312 | 23 | 46 |
| Binary | 1001111 | 1100110 | 1110011 | 11111 | 1011 | 0 | 110111 | 11001010 | 10011 | 100110 |
Color Harmonies of #4F6673
Complementary color
Monochromatic Colors of #4F6673
Black with #4F6673
Text Example
Text Example
White with #4F6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6673; }
p { color: rgb(79,102,115); }
H1.HeaderClassName
{
color: #4F6673;
}
.AnyTagClassName
{
color: #4F6673;
}
</style>
background-color css
<style>
a { background-color: #4F6673; }
a { background-color: rgb(79,102,115); }
div.DivClassName
{
background-color: #4F6673;
}
.BgClassName
{
background-color: #4F6673;
}
</style>
border-color css
<style>
span { border-color: #4F6673; }
span { border-color: rgb(79,102,115); }
td.TdClassName
{
border-color: #4F6673;
}
.TagClassName
{
border-color: #4F6673;
}
</style>