Shades of Ming #42737B
Tints of Ming #42737B
RGB
CMYK
RGB Variations
Color information
#42737B (or 0x42737B) is known color: Ming. HEX triplet: 42, 73 and 7B. RGB value is (66,115,123). Sum of RGB (Red+Green+Blue) = 66+115+123=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #42737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42737B is #BD8C84. Grayscale: #656565. Windows color (decimal): -12422277 or 8090434. OLE color: 8090434.
HSL color Cylindrical-coordinate representation of color #42737B: hue angle of 188.42º 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 #42737B is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 115 | 123 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.52 |
| HSL | 188.42º | 0.3% | 0.37% | - |
| HSV(B) | 188.42º | 0.46% | 0.48% | - |
| XYZ | 11.95 | 14.85 | 20.98 | - |
| YUV | 101.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 123 | 0.46 | 0.07 | 0 | 0.52 | 188.42 | 0.3 | 0.37 |
| Hex | 42 | 73 | 7B | 2E | 7 | 0 | 34 | BC | 1E | 25 |
| Octal | 102 | 163 | 173 | 56 | 7 | 0 | 64 | 274 | 36 | 45 |
| Binary | 1000010 | 1110011 | 1111011 | 101110 | 111 | 0 | 110100 | 10111100 | 11110 | 100101 |
Color Harmonies of #42737B
Complementary color
Monochromatic Colors of #42737B
Black with #42737B
Text Example
Text Example
White with #42737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42737B; }
p { color: rgb(66,115,123); }
H1.HeaderClassName
{
color: #42737B;
}
.AnyTagClassName
{
color: #42737B;
}
</style>
background-color css
<style>
a { background-color: #42737B; }
a { background-color: rgb(66,115,123); }
div.DivClassName
{
background-color: #42737B;
}
.BgClassName
{
background-color: #42737B;
}
</style>
border-color css
<style>
span { border-color: #42737B; }
span { border-color: rgb(66,115,123); }
td.TdClassName
{
border-color: #42737B;
}
.TagClassName
{
border-color: #42737B;
}
</style>