Shades of Ming #42767C
Tints of Ming #42767C
RGB
CMYK
RGB Variations
Color information
#42767C (or 0x42767C) is known color: Ming. HEX triplet: 42, 76 and 7C. RGB value is (66,118,124). Sum of RGB (Red+Green+Blue) = 66+118+124=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #42767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42767C is #BD8983. Grayscale: #676767. Windows color (decimal): -12421508 or 8156738. OLE color: 8156738.
HSL color Cylindrical-coordinate representation of color #42767C: hue angle of 186.21º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42767C is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 118 | 124 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.51 |
| HSL | 186.21º | 0.31% | 0.37% | - |
| HSV(B) | 186.21º | 0.47% | 0.49% | - |
| XYZ | 12.36 | 15.57 | 21.42 | - |
| YUV | 103.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 124 | 0.47 | 0.05 | 0 | 0.51 | 186.21 | 0.31 | 0.37 |
| Hex | 42 | 76 | 7C | 2F | 5 | 0 | 33 | BA | 1F | 25 |
| Octal | 102 | 166 | 174 | 57 | 5 | 0 | 63 | 272 | 37 | 45 |
| Binary | 1000010 | 1110110 | 1111100 | 101111 | 101 | 0 | 110011 | 10111010 | 11111 | 100101 |
Color Harmonies of #42767C
Complementary color
Monochromatic Colors of #42767C
Black with #42767C
Text Example
Text Example
White with #42767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42767C; }
p { color: rgb(66,118,124); }
H1.HeaderClassName
{
color: #42767C;
}
.AnyTagClassName
{
color: #42767C;
}
</style>
background-color css
<style>
a { background-color: #42767C; }
a { background-color: rgb(66,118,124); }
div.DivClassName
{
background-color: #42767C;
}
.BgClassName
{
background-color: #42767C;
}
</style>
border-color css
<style>
span { border-color: #42767C; }
span { border-color: rgb(66,118,124); }
td.TdClassName
{
border-color: #42767C;
}
.TagClassName
{
border-color: #42767C;
}
</style>