Shades of Bismark #4A6676
Tints of Bismark #4A6676
RGB
CMYK
RGB Variations
Color information
#4A6676 (or 0x4A6676) is known color: Bismark. HEX triplet: 4A, 66 and 76. RGB value is (74,102,118). Sum of RGB (Red+Green+Blue) = 74+102+118=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A6676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6676 is #B59989. Grayscale: #5F5F5F. Windows color (decimal): -11901322 or 7759434. OLE color: 7759434.
HSL color Cylindrical-coordinate representation of color #4A6676: hue angle of 201.82º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A6676 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 102 | 118 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.54 |
| HSL | 201.82º | 0.23% | 0.38% | - |
| HSV(B) | 201.82º | 0.37% | 0.46% | - |
| XYZ | 10.85 | 12.27 | 18.94 | - |
| YUV | 95.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 118 | 0.37 | 0.14 | 0 | 0.54 | 201.82 | 0.23 | 0.38 |
| Hex | 4A | 66 | 76 | 25 | E | 0 | 36 | CA | 17 | 26 |
| Octal | 112 | 146 | 166 | 45 | 16 | 0 | 66 | 312 | 27 | 46 |
| Binary | 1001010 | 1100110 | 1110110 | 100101 | 1110 | 0 | 110110 | 11001010 | 10111 | 100110 |
Color Harmonies of #4A6676
Complementary color
Monochromatic Colors of #4A6676
Black with #4A6676
Text Example
Text Example
White with #4A6676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6676; }
p { color: rgb(74,102,118); }
H1.HeaderClassName
{
color: #4A6676;
}
.AnyTagClassName
{
color: #4A6676;
}
</style>
background-color css
<style>
a { background-color: #4A6676; }
a { background-color: rgb(74,102,118); }
div.DivClassName
{
background-color: #4A6676;
}
.BgClassName
{
background-color: #4A6676;
}
</style>
border-color css
<style>
span { border-color: #4A6676; }
span { border-color: rgb(74,102,118); }
td.TdClassName
{
border-color: #4A6676;
}
.TagClassName
{
border-color: #4A6676;
}
</style>