Shades of Ming #456F76
Tints of Ming #456F76
RGB
CMYK
RGB Variations
Color information
#456F76 (or 0x456F76) is known color: Ming. HEX triplet: 45, 6F and 76. RGB value is (69,111,118). Sum of RGB (Red+Green+Blue) = 69+111+118=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #456F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F76 is #BA9089. Grayscale: #636363. Windows color (decimal): -12226698 or 7761733. OLE color: 7761733.
HSL color Cylindrical-coordinate representation of color #456F76: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #456F76 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 111 | 118 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.54 |
| HSL | 188.57º | 0.26% | 0.37% | - |
| HSV(B) | 188.57º | 0.42% | 0.46% | - |
| XYZ | 11.41 | 13.94 | 19.23 | - |
| YUV | 99.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 118 | 0.42 | 0.06 | 0 | 0.54 | 188.57 | 0.26 | 0.37 |
| Hex | 45 | 6F | 76 | 2A | 6 | 0 | 36 | BD | 1A | 25 |
| Octal | 105 | 157 | 166 | 52 | 6 | 0 | 66 | 275 | 32 | 45 |
| Binary | 1000101 | 1101111 | 1110110 | 101010 | 110 | 0 | 110110 | 10111101 | 11010 | 100101 |
Color Harmonies of #456F76
Complementary color
Monochromatic Colors of #456F76
Black with #456F76
Text Example
Text Example
White with #456F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F76; }
p { color: rgb(69,111,118); }
H1.HeaderClassName
{
color: #456F76;
}
.AnyTagClassName
{
color: #456F76;
}
</style>
background-color css
<style>
a { background-color: #456F76; }
a { background-color: rgb(69,111,118); }
div.DivClassName
{
background-color: #456F76;
}
.BgClassName
{
background-color: #456F76;
}
</style>
border-color css
<style>
span { border-color: #456F76; }
span { border-color: rgb(69,111,118); }
td.TdClassName
{
border-color: #456F76;
}
.TagClassName
{
border-color: #456F76;
}
</style>