Shades of Bismark #4A6777
Tints of Bismark #4A6777
RGB
CMYK
RGB Variations
Color information
#4A6777 (or 0x4A6777) is known color: Bismark. HEX triplet: 4A, 67 and 77. RGB value is (74,103,119). Sum of RGB (Red+Green+Blue) = 74+103+119=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A6777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6777 is #B59888. Grayscale: #606060. Windows color (decimal): -11901065 or 7825226. OLE color: 7825226.
HSL color Cylindrical-coordinate representation of color #4A6777: hue angle of 201.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A6777 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 103 | 119 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.53 |
| HSL | 201.33º | 0.23% | 0.38% | - |
| HSV(B) | 201.33º | 0.38% | 0.47% | - |
| XYZ | 11 | 12.49 | 19.28 | - |
| YUV | 96.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 103 | 119 | 0.38 | 0.13 | 0 | 0.53 | 201.33 | 0.23 | 0.38 |
| Hex | 4A | 67 | 77 | 26 | D | 0 | 35 | C9 | 17 | 26 |
| Octal | 112 | 147 | 167 | 46 | 15 | 0 | 65 | 311 | 27 | 46 |
| Binary | 1001010 | 1100111 | 1110111 | 100110 | 1101 | 0 | 110101 | 11001001 | 10111 | 100110 |
Color Harmonies of #4A6777
Complementary color
Monochromatic Colors of #4A6777
Black with #4A6777
Text Example
Text Example
White with #4A6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6777; }
p { color: rgb(74,103,119); }
H1.HeaderClassName
{
color: #4A6777;
}
.AnyTagClassName
{
color: #4A6777;
}
</style>
background-color css
<style>
a { background-color: #4A6777; }
a { background-color: rgb(74,103,119); }
div.DivClassName
{
background-color: #4A6777;
}
.BgClassName
{
background-color: #4A6777;
}
</style>
border-color css
<style>
span { border-color: #4A6777; }
span { border-color: rgb(74,103,119); }
td.TdClassName
{
border-color: #4A6777;
}
.TagClassName
{
border-color: #4A6777;
}
</style>