Shades of Bismark #4F7384
Tints of Bismark #4F7384
RGB
CMYK
RGB Variations
Color information
#4F7384 (or 0x4F7384) is known color: Bismark. HEX triplet: 4F, 73 and 84. RGB value is (79,115,132). Sum of RGB (Red+Green+Blue) = 79+115+132=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F7384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7384 is #B08C7B. Grayscale: #6A6A6A. Windows color (decimal): -11570300 or 8680271. OLE color: 8680271.
HSL color Cylindrical-coordinate representation of color #4F7384: hue angle of 199.25º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F7384 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 115 | 132 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.48 |
| HSL | 199.25º | 0.25% | 0.41% | - |
| HSV(B) | 199.25º | 0.4% | 0.52% | - |
| XYZ | 13.52 | 15.59 | 24.13 | - |
| YUV | 106.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 132 | 0.40 | 0.13 | 0 | 0.48 | 199.25 | 0.25 | 0.41 |
| Hex | 4F | 73 | 84 | 28 | D | 0 | 30 | C7 | 19 | 29 |
| Octal | 117 | 163 | 204 | 50 | 15 | 0 | 60 | 307 | 31 | 51 |
| Binary | 1001111 | 1110011 | 10000100 | 101000 | 1101 | 0 | 110000 | 11000111 | 11001 | 101001 |
Color Harmonies of #4F7384
Complementary color
Monochromatic Colors of #4F7384
Black with #4F7384
Text Example
Text Example
White with #4F7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7384; }
p { color: rgb(79,115,132); }
H1.HeaderClassName
{
color: #4F7384;
}
.AnyTagClassName
{
color: #4F7384;
}
</style>
background-color css
<style>
a { background-color: #4F7384; }
a { background-color: rgb(79,115,132); }
div.DivClassName
{
background-color: #4F7384;
}
.BgClassName
{
background-color: #4F7384;
}
</style>
border-color css
<style>
span { border-color: #4F7384; }
span { border-color: rgb(79,115,132); }
td.TdClassName
{
border-color: #4F7384;
}
.TagClassName
{
border-color: #4F7384;
}
</style>