Shades of Ming #41787B
Tints of Ming #41787B
RGB
CMYK
RGB Variations
Color information
#41787B (or 0x41787B) is known color: Ming. HEX triplet: 41, 78 and 7B. RGB value is (65,120,123). Sum of RGB (Red+Green+Blue) = 65+120+123=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #41787B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41787B is #BE8784. Grayscale: #676767. Windows color (decimal): -12486533 or 8091713. OLE color: 8091713.
HSL color Cylindrical-coordinate representation of color #41787B: hue angle of 183.1º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41787B is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 120 | 123 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.52 |
| HSL | 183.1º | 0.31% | 0.37% | - |
| HSV(B) | 183.1º | 0.47% | 0.48% | - |
| XYZ | 12.47 | 15.99 | 21.17 | - |
| YUV | 103.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 123 | 0.47 | 0.02 | 0 | 0.52 | 183.1 | 0.31 | 0.37 |
| Hex | 41 | 78 | 7B | 2F | 2 | 0 | 34 | B7 | 1F | 25 |
| Octal | 101 | 170 | 173 | 57 | 2 | 0 | 64 | 267 | 37 | 45 |
| Binary | 1000001 | 1111000 | 1111011 | 101111 | 10 | 0 | 110100 | 10110111 | 11111 | 100101 |
Color Harmonies of #41787B
Complementary color
Monochromatic Colors of #41787B
Black with #41787B
Text Example
Text Example
White with #41787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41787B; }
p { color: rgb(65,120,123); }
H1.HeaderClassName
{
color: #41787B;
}
.AnyTagClassName
{
color: #41787B;
}
</style>
background-color css
<style>
a { background-color: #41787B; }
a { background-color: rgb(65,120,123); }
div.DivClassName
{
background-color: #41787B;
}
.BgClassName
{
background-color: #41787B;
}
</style>
border-color css
<style>
span { border-color: #41787B; }
span { border-color: rgb(65,120,123); }
td.TdClassName
{
border-color: #41787B;
}
.TagClassName
{
border-color: #41787B;
}
</style>