Shades of Bismark #486D7F
Tints of Bismark #486D7F
RGB
CMYK
RGB Variations
Color information
#486D7F (or 0x486D7F) is known color: Bismark. HEX triplet: 48, 6D and 7F. RGB value is (72,109,127). Sum of RGB (Red+Green+Blue) = 72+109+127=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #486D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D7F is #B79280. Grayscale: #636363. Windows color (decimal): -12030593 or 8351048. OLE color: 8351048.
HSL color Cylindrical-coordinate representation of color #486D7F: hue angle of 199.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #486D7F is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 109 | 127 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.50 |
| HSL | 199.64º | 0.28% | 0.39% | - |
| HSV(B) | 199.64º | 0.43% | 0.5% | - |
| XYZ | 11.97 | 13.85 | 22.12 | - |
| YUV | 99.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 127 | 0.43 | 0.14 | 0 | 0.50 | 199.64 | 0.28 | 0.39 |
| Hex | 48 | 6D | 7F | 2B | E | 0 | 32 | C8 | 1C | 27 |
| Octal | 110 | 155 | 177 | 53 | 16 | 0 | 62 | 310 | 34 | 47 |
| Binary | 1001000 | 1101101 | 1111111 | 101011 | 1110 | 0 | 110010 | 11001000 | 11100 | 100111 |
Color Harmonies of #486D7F
Complementary color
Monochromatic Colors of #486D7F
Black with #486D7F
Text Example
Text Example
White with #486D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D7F; }
p { color: rgb(72,109,127); }
H1.HeaderClassName
{
color: #486D7F;
}
.AnyTagClassName
{
color: #486D7F;
}
</style>
background-color css
<style>
a { background-color: #486D7F; }
a { background-color: rgb(72,109,127); }
div.DivClassName
{
background-color: #486D7F;
}
.BgClassName
{
background-color: #486D7F;
}
</style>
border-color css
<style>
span { border-color: #486D7F; }
span { border-color: rgb(72,109,127); }
td.TdClassName
{
border-color: #486D7F;
}
.TagClassName
{
border-color: #486D7F;
}
</style>