Shades of Observatory #048D63
Tints of Observatory #048D63
RGB
CMYK
RGB Variations
Color information
#048D63 (or 0x048D63) is known color: Observatory. HEX triplet: 04, 8D and 63. RGB value is (4,141,99). Sum of RGB (Red+Green+Blue) = 4+141+99=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #048D63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D63 is #FB729C. Grayscale: #5F5F5F. Windows color (decimal): -16478877 or 6524164. OLE color: 6524164.
HSL color Cylindrical-coordinate representation of color #048D63: hue angle of 161.61º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D63 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 141 | 99 | - |
| CMYK | 0.97 | 0 | 0.30 | 0.45 |
| HSL | 161.61º | 0.94% | 0.28% | - |
| HSV(B) | 161.61º | 0.97% | 0.55% | - |
| XYZ | 11.83 | 19.98 | 15.04 | - |
| YUV | 95.25 | 130.11 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 99 | 0.97 | 0 | 0.30 | 0.45 | 161.61 | 0.94 | 0.28 |
| Hex | 4 | 8D | 63 | 61 | 0 | 1E | 2D | A2 | 5E | 1C |
| Octal | 4 | 215 | 143 | 141 | 0 | 36 | 55 | 242 | 136 | 34 |
| Binary | 100 | 10001101 | 1100011 | 1100001 | 0 | 11110 | 101101 | 10100010 | 1011110 | 11100 |
Color Harmonies of #048D63
Complementary color
Monochromatic Colors of #048D63
Black with #048D63
Text Example
Text Example
White with #048D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048D63; }
p { color: rgb(4,141,99); }
H1.HeaderClassName
{
color: #048D63;
}
.AnyTagClassName
{
color: #048D63;
}
</style>
background-color css
<style>
a { background-color: #048D63; }
a { background-color: rgb(4,141,99); }
div.DivClassName
{
background-color: #048D63;
}
.BgClassName
{
background-color: #048D63;
}
</style>
border-color css
<style>
span { border-color: #048D63; }
span { border-color: rgb(4,141,99); }
td.TdClassName
{
border-color: #048D63;
}
.TagClassName
{
border-color: #048D63;
}
</style>