Shades of Ming #467878
Tints of Ming #467878
RGB
CMYK
RGB Variations
Color information
#467878 (or 0x467878) is known color: Ming. HEX triplet: 46, 78 and 78. RGB value is (70,120,120). Sum of RGB (Red+Green+Blue) = 70+120+120=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #467878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467878 is #B98787. Grayscale: #696969. Windows color (decimal): -12158856 or 7895110. OLE color: 7895110.
HSL color Cylindrical-coordinate representation of color #467878: hue angle of 180º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467878 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 120 | 120 | - |
| CMYK | 0.42 | 0 | 0 | 0.53 |
| HSL | 180º | 0.26% | 0.37% | - |
| HSV(B) | 180º | 0.42% | 0.47% | - |
| XYZ | 12.63 | 16.09 | 20.21 | - |
| YUV | 105.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 120 | 120 | 0.42 | 0 | 0 | 0.53 | 180 | 0.26 | 0.37 |
| Hex | 46 | 78 | 78 | 2A | 0 | 0 | 35 | B4 | 1A | 25 |
| Octal | 106 | 170 | 170 | 52 | 0 | 0 | 65 | 264 | 32 | 45 |
| Binary | 1000110 | 1111000 | 1111000 | 101010 | 0 | 0 | 110101 | 10110100 | 11010 | 100101 |
Color Harmonies of #467878
Complementary color
Monochromatic Colors of #467878
Black with #467878
Text Example
Text Example
White with #467878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467878; }
p { color: rgb(70,120,120); }
H1.HeaderClassName
{
color: #467878;
}
.AnyTagClassName
{
color: #467878;
}
</style>
background-color css
<style>
a { background-color: #467878; }
a { background-color: rgb(70,120,120); }
div.DivClassName
{
background-color: #467878;
}
.BgClassName
{
background-color: #467878;
}
</style>
border-color css
<style>
span { border-color: #467878; }
span { border-color: rgb(70,120,120); }
td.TdClassName
{
border-color: #467878;
}
.TagClassName
{
border-color: #467878;
}
</style>