Shades of Ming #40767A
Tints of Ming #40767A
RGB
CMYK
RGB Variations
Color information
#40767A (or 0x40767A) is known color: Ming. HEX triplet: 40, 76 and 7A. RGB value is (64,118,122). Sum of RGB (Red+Green+Blue) = 64+118+122=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #40767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40767A is #BF8985. Grayscale: #666666. Windows color (decimal): -12552582 or 8025664. OLE color: 8025664.
HSL color Cylindrical-coordinate representation of color #40767A: hue angle of 184.14º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40767A is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 118 | 122 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.52 |
| HSL | 184.14º | 0.31% | 0.36% | - |
| HSV(B) | 184.14º | 0.48% | 0.48% | - |
| XYZ | 12.11 | 15.45 | 20.76 | - |
| YUV | 102.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 122 | 0.48 | 0.03 | 0 | 0.52 | 184.14 | 0.31 | 0.36 |
| Hex | 40 | 76 | 7A | 30 | 3 | 0 | 34 | B8 | 1F | 24 |
| Octal | 100 | 166 | 172 | 60 | 3 | 0 | 64 | 270 | 37 | 44 |
| Binary | 1000000 | 1110110 | 1111010 | 110000 | 11 | 0 | 110100 | 10111000 | 11111 | 100100 |
Color Harmonies of #40767A
Complementary color
Monochromatic Colors of #40767A
Black with #40767A
Text Example
Text Example
White with #40767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40767A; }
p { color: rgb(64,118,122); }
H1.HeaderClassName
{
color: #40767A;
}
.AnyTagClassName
{
color: #40767A;
}
</style>
background-color css
<style>
a { background-color: #40767A; }
a { background-color: rgb(64,118,122); }
div.DivClassName
{
background-color: #40767A;
}
.BgClassName
{
background-color: #40767A;
}
</style>
border-color css
<style>
span { border-color: #40767A; }
span { border-color: rgb(64,118,122); }
td.TdClassName
{
border-color: #40767A;
}
.TagClassName
{
border-color: #40767A;
}
</style>