Shades of Bismark #4A6679
Tints of Bismark #4A6679
RGB
CMYK
RGB Variations
Color information
#4A6679 (or 0x4A6679) is known color: Bismark. HEX triplet: 4A, 66 and 79. RGB value is (74,102,121). Sum of RGB (Red+Green+Blue) = 74+102+121=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A6679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6679 is #B59986. Grayscale: #5F5F5F. Windows color (decimal): -11901319 or 7956042. OLE color: 7956042.
HSL color Cylindrical-coordinate representation of color #4A6679: hue angle of 204.26º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A6679 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 102 | 121 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.53 |
| HSL | 204.26º | 0.24% | 0.38% | - |
| HSV(B) | 204.26º | 0.39% | 0.47% | - |
| XYZ | 11.03 | 12.34 | 19.89 | - |
| YUV | 95.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 121 | 0.39 | 0.16 | 0 | 0.53 | 204.26 | 0.24 | 0.38 |
| Hex | 4A | 66 | 79 | 27 | 10 | 0 | 35 | CC | 18 | 26 |
| Octal | 112 | 146 | 171 | 47 | 20 | 0 | 65 | 314 | 30 | 46 |
| Binary | 1001010 | 1100110 | 1111001 | 100111 | 10000 | 0 | 110101 | 11001100 | 11000 | 100110 |
Color Harmonies of #4A6679
Complementary color
Monochromatic Colors of #4A6679
Black with #4A6679
Text Example
Text Example
White with #4A6679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6679; }
p { color: rgb(74,102,121); }
H1.HeaderClassName
{
color: #4A6679;
}
.AnyTagClassName
{
color: #4A6679;
}
</style>
background-color css
<style>
a { background-color: #4A6679; }
a { background-color: rgb(74,102,121); }
div.DivClassName
{
background-color: #4A6679;
}
.BgClassName
{
background-color: #4A6679;
}
</style>
border-color css
<style>
span { border-color: #4A6679; }
span { border-color: rgb(74,102,121); }
td.TdClassName
{
border-color: #4A6679;
}
.TagClassName
{
border-color: #4A6679;
}
</style>