Shades of Ming #42747B
Tints of Ming #42747B
RGB
CMYK
RGB Variations
Color information
#42747B (or 0x42747B) is known color: Ming. HEX triplet: 42, 74 and 7B. RGB value is (66,116,123). Sum of RGB (Red+Green+Blue) = 66+116+123=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #42747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42747B is #BD8B84. Grayscale: #656565. Windows color (decimal): -12422021 or 8090690. OLE color: 8090690.
HSL color Cylindrical-coordinate representation of color #42747B: hue angle of 187.37º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42747B is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 116 | 123 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.52 |
| HSL | 187.37º | 0.3% | 0.37% | - |
| HSV(B) | 187.37º | 0.46% | 0.48% | - |
| XYZ | 12.07 | 15.08 | 21.01 | - |
| YUV | 101.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 116 | 123 | 0.46 | 0.06 | 0 | 0.52 | 187.37 | 0.3 | 0.37 |
| Hex | 42 | 74 | 7B | 2E | 6 | 0 | 34 | BB | 1E | 25 |
| Octal | 102 | 164 | 173 | 56 | 6 | 0 | 64 | 273 | 36 | 45 |
| Binary | 1000010 | 1110100 | 1111011 | 101110 | 110 | 0 | 110100 | 10111011 | 11110 | 100101 |
Color Harmonies of #42747B
Complementary color
Monochromatic Colors of #42747B
Black with #42747B
Text Example
Text Example
White with #42747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42747B; }
p { color: rgb(66,116,123); }
H1.HeaderClassName
{
color: #42747B;
}
.AnyTagClassName
{
color: #42747B;
}
</style>
background-color css
<style>
a { background-color: #42747B; }
a { background-color: rgb(66,116,123); }
div.DivClassName
{
background-color: #42747B;
}
.BgClassName
{
background-color: #42747B;
}
</style>
border-color css
<style>
span { border-color: #42747B; }
span { border-color: rgb(66,116,123); }
td.TdClassName
{
border-color: #42747B;
}
.TagClassName
{
border-color: #42747B;
}
</style>