Shades of Bismark #4A677B
Tints of Bismark #4A677B
RGB
CMYK
RGB Variations
Color information
#4A677B (or 0x4A677B) is known color: Bismark. HEX triplet: 4A, 67 and 7B. RGB value is (74,103,123). Sum of RGB (Red+Green+Blue) = 74+103+123=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A677B is #B59884. Grayscale: #606060. Windows color (decimal): -11901061 or 8087370. OLE color: 8087370.
HSL color Cylindrical-coordinate representation of color #4A677B: hue angle of 204.49º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A677B is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 103 | 123 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.52 |
| HSL | 204.49º | 0.25% | 0.39% | - |
| HSV(B) | 204.49º | 0.4% | 0.48% | - |
| XYZ | 11.25 | 12.59 | 20.58 | - |
| YUV | 96.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 103 | 123 | 0.40 | 0.16 | 0 | 0.52 | 204.49 | 0.25 | 0.39 |
| Hex | 4A | 67 | 7B | 28 | 10 | 0 | 34 | CC | 19 | 27 |
| Octal | 112 | 147 | 173 | 50 | 20 | 0 | 64 | 314 | 31 | 47 |
| Binary | 1001010 | 1100111 | 1111011 | 101000 | 10000 | 0 | 110100 | 11001100 | 11001 | 100111 |
Color Harmonies of #4A677B
Complementary color
Monochromatic Colors of #4A677B
Black with #4A677B
Text Example
Text Example
White with #4A677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A677B; }
p { color: rgb(74,103,123); }
H1.HeaderClassName
{
color: #4A677B;
}
.AnyTagClassName
{
color: #4A677B;
}
</style>
background-color css
<style>
a { background-color: #4A677B; }
a { background-color: rgb(74,103,123); }
div.DivClassName
{
background-color: #4A677B;
}
.BgClassName
{
background-color: #4A677B;
}
</style>
border-color css
<style>
span { border-color: #4A677B; }
span { border-color: rgb(74,103,123); }
td.TdClassName
{
border-color: #4A677B;
}
.TagClassName
{
border-color: #4A677B;
}
</style>