Shades of Ming #427A7B
Tints of Ming #427A7B
RGB
CMYK
RGB Variations
Color information
#427A7B (or 0x427A7B) is known color: Ming. HEX triplet: 42, 7A and 7B. RGB value is (66,122,123). Sum of RGB (Red+Green+Blue) = 66+122+123=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #427A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A7B is #BD8584. Grayscale: #696969. Windows color (decimal): -12420485 or 8092226. OLE color: 8092226.
HSL color Cylindrical-coordinate representation of color #427A7B: hue angle of 181.05º 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 #427A7B is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 122 | 123 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.52 |
| HSL | 181.05º | 0.3% | 0.37% | - |
| HSV(B) | 181.05º | 0.46% | 0.48% | - |
| XYZ | 12.78 | 16.51 | 21.25 | - |
| YUV | 105.37 | 137.95 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 123 | 0.46 | 0.01 | 0 | 0.52 | 181.05 | 0.3 | 0.37 |
| Hex | 42 | 7A | 7B | 2E | 1 | 0 | 34 | B5 | 1E | 25 |
| Octal | 102 | 172 | 173 | 56 | 1 | 0 | 64 | 265 | 36 | 45 |
| Binary | 1000010 | 1111010 | 1111011 | 101110 | 1 | 0 | 110100 | 10110101 | 11110 | 100101 |
Color Harmonies of #427A7B
Complementary color
Monochromatic Colors of #427A7B
Black with #427A7B
Text Example
Text Example
White with #427A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A7B; }
p { color: rgb(66,122,123); }
H1.HeaderClassName
{
color: #427A7B;
}
.AnyTagClassName
{
color: #427A7B;
}
</style>
background-color css
<style>
a { background-color: #427A7B; }
a { background-color: rgb(66,122,123); }
div.DivClassName
{
background-color: #427A7B;
}
.BgClassName
{
background-color: #427A7B;
}
</style>
border-color css
<style>
span { border-color: #427A7B; }
span { border-color: rgb(66,122,123); }
td.TdClassName
{
border-color: #427A7B;
}
.TagClassName
{
border-color: #427A7B;
}
</style>