Shades of Bismark #4F6C7A
Tints of Bismark #4F6C7A
RGB
CMYK
RGB Variations
Color information
#4F6C7A (or 0x4F6C7A) is known color: Bismark. HEX triplet: 4F, 6C and 7A. RGB value is (79,108,122). Sum of RGB (Red+Green+Blue) = 79+108+122=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F6C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6C7A is #B09385. Grayscale: #646464. Windows color (decimal): -11572102 or 8023119. OLE color: 8023119.
HSL color Cylindrical-coordinate representation of color #4F6C7A: hue angle of 199.53º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F6C7A is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 108 | 122 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.52 |
| HSL | 199.53º | 0.21% | 0.39% | - |
| HSV(B) | 199.53º | 0.35% | 0.48% | - |
| XYZ | 12.1 | 13.79 | 20.44 | - |
| YUV | 100.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 108 | 122 | 0.35 | 0.11 | 0 | 0.52 | 199.53 | 0.21 | 0.39 |
| Hex | 4F | 6C | 7A | 23 | B | 0 | 34 | C8 | 15 | 27 |
| Octal | 117 | 154 | 172 | 43 | 13 | 0 | 64 | 310 | 25 | 47 |
| Binary | 1001111 | 1101100 | 1111010 | 100011 | 1011 | 0 | 110100 | 11001000 | 10101 | 100111 |
Color Harmonies of #4F6C7A
Complementary color
Monochromatic Colors of #4F6C7A
Black with #4F6C7A
Text Example
Text Example
White with #4F6C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6C7A; }
p { color: rgb(79,108,122); }
H1.HeaderClassName
{
color: #4F6C7A;
}
.AnyTagClassName
{
color: #4F6C7A;
}
</style>
background-color css
<style>
a { background-color: #4F6C7A; }
a { background-color: rgb(79,108,122); }
div.DivClassName
{
background-color: #4F6C7A;
}
.BgClassName
{
background-color: #4F6C7A;
}
</style>
border-color css
<style>
span { border-color: #4F6C7A; }
span { border-color: rgb(79,108,122); }
td.TdClassName
{
border-color: #4F6C7A;
}
.TagClassName
{
border-color: #4F6C7A;
}
</style>