Shades of Ming #457A7B
Tints of Ming #457A7B
RGB
CMYK
RGB Variations
Color information
#457A7B (or 0x457A7B) is known color: Ming. HEX triplet: 45, 7A and 7B. RGB value is (69,122,123). Sum of RGB (Red+Green+Blue) = 69+122+123=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #457A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A7B is #BA8584. Grayscale: #6A6A6A. Windows color (decimal): -12223877 or 8092229. OLE color: 8092229.
HSL color Cylindrical-coordinate representation of color #457A7B: hue angle of 181.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457A7B is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 122 | 123 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.52 |
| HSL | 181.11º | 0.28% | 0.38% | - |
| HSV(B) | 181.11º | 0.44% | 0.48% | - |
| XYZ | 12.99 | 16.61 | 21.26 | - |
| YUV | 106.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 123 | 0.44 | 0.01 | 0 | 0.52 | 181.11 | 0.28 | 0.38 |
| Hex | 45 | 7A | 7B | 2C | 1 | 0 | 34 | B5 | 1C | 26 |
| Octal | 105 | 172 | 173 | 54 | 1 | 0 | 64 | 265 | 34 | 46 |
| Binary | 1000101 | 1111010 | 1111011 | 101100 | 1 | 0 | 110100 | 10110101 | 11100 | 100110 |
Color Harmonies of #457A7B
Complementary color
Monochromatic Colors of #457A7B
Black with #457A7B
Text Example
Text Example
White with #457A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457A7B; }
p { color: rgb(69,122,123); }
H1.HeaderClassName
{
color: #457A7B;
}
.AnyTagClassName
{
color: #457A7B;
}
</style>
background-color css
<style>
a { background-color: #457A7B; }
a { background-color: rgb(69,122,123); }
div.DivClassName
{
background-color: #457A7B;
}
.BgClassName
{
background-color: #457A7B;
}
</style>
border-color css
<style>
span { border-color: #457A7B; }
span { border-color: rgb(69,122,123); }
td.TdClassName
{
border-color: #457A7B;
}
.TagClassName
{
border-color: #457A7B;
}
</style>