Shades of Ming #427E7C
Tints of Ming #427E7C
RGB
CMYK
RGB Variations
Color information
#427E7C (or 0x427E7C) is known color: Ming. HEX triplet: 42, 7E and 7C. RGB value is (66,126,124). Sum of RGB (Red+Green+Blue) = 66+126+124=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 126 - color contains mainly: green. Hex color #427E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E7C is #BD8183. Grayscale: #6B6B6B. Windows color (decimal): -12419460 or 8158786. OLE color: 8158786.
HSL color Cylindrical-coordinate representation of color #427E7C: hue angle of 178º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E7C is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 126 | 124 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.51 |
| HSL | 178º | 0.31% | 0.38% | - |
| HSV(B) | 178º | 0.48% | 0.49% | - |
| XYZ | 13.35 | 17.54 | 21.75 | - |
| YUV | 107.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 124 | 0.48 | 0 | 0.02 | 0.51 | 178 | 0.31 | 0.38 |
| Hex | 42 | 7E | 7C | 30 | 0 | 2 | 33 | B2 | 1F | 26 |
| Octal | 102 | 176 | 174 | 60 | 0 | 2 | 63 | 262 | 37 | 46 |
| Binary | 1000010 | 1111110 | 1111100 | 110000 | 0 | 10 | 110011 | 10110010 | 11111 | 100110 |
Color Harmonies of #427E7C
Complementary color
Monochromatic Colors of #427E7C
Black with #427E7C
Text Example
Text Example
White with #427E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427E7C; }
p { color: rgb(66,126,124); }
H1.HeaderClassName
{
color: #427E7C;
}
.AnyTagClassName
{
color: #427E7C;
}
</style>
background-color css
<style>
a { background-color: #427E7C; }
a { background-color: rgb(66,126,124); }
div.DivClassName
{
background-color: #427E7C;
}
.BgClassName
{
background-color: #427E7C;
}
</style>
border-color css
<style>
span { border-color: #427E7C; }
span { border-color: rgb(66,126,124); }
td.TdClassName
{
border-color: #427E7C;
}
.TagClassName
{
border-color: #427E7C;
}
</style>