Shades of Ming #467B7A
Tints of Ming #467B7A
RGB
CMYK
RGB Variations
Color information
#467B7A (or 0x467B7A) is known color: Ming. HEX triplet: 46, 7B and 7A. RGB value is (70,123,122). Sum of RGB (Red+Green+Blue) = 70+123+122=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 123 - color contains mainly: green. Hex color #467B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467B7A is #B98485. Grayscale: #6A6A6A. Windows color (decimal): -12158086 or 8026950. OLE color: 8026950.
HSL color Cylindrical-coordinate representation of color #467B7A: hue angle of 178.87º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467B7A is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 123 | 122 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.52 |
| HSL | 178.87º | 0.27% | 0.38% | - |
| HSV(B) | 178.87º | 0.43% | 0.48% | - |
| XYZ | 13.12 | 16.87 | 20.98 | - |
| YUV | 107.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 122 | 0.43 | 0 | 0.01 | 0.52 | 178.87 | 0.27 | 0.38 |
| Hex | 46 | 7B | 7A | 2B | 0 | 1 | 34 | B3 | 1B | 26 |
| Octal | 106 | 173 | 172 | 53 | 0 | 1 | 64 | 263 | 33 | 46 |
| Binary | 1000110 | 1111011 | 1111010 | 101011 | 0 | 1 | 110100 | 10110011 | 11011 | 100110 |
Color Harmonies of #467B7A
Complementary color
Monochromatic Colors of #467B7A
Black with #467B7A
Text Example
Text Example
White with #467B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B7A; }
p { color: rgb(70,123,122); }
H1.HeaderClassName
{
color: #467B7A;
}
.AnyTagClassName
{
color: #467B7A;
}
</style>
background-color css
<style>
a { background-color: #467B7A; }
a { background-color: rgb(70,123,122); }
div.DivClassName
{
background-color: #467B7A;
}
.BgClassName
{
background-color: #467B7A;
}
</style>
border-color css
<style>
span { border-color: #467B7A; }
span { border-color: rgb(70,123,122); }
td.TdClassName
{
border-color: #467B7A;
}
.TagClassName
{
border-color: #467B7A;
}
</style>