Shades of Observatory #048A63
Tints of Observatory #048A63
RGB
CMYK
RGB Variations
Color information
#048A63 (or 0x048A63) is known color: Observatory. HEX triplet: 04, 8A and 63. RGB value is (4,138,99). Sum of RGB (Red+Green+Blue) = 4+138+99=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #048A63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048A63 is #FB759C. Grayscale: #5D5D5D. Windows color (decimal): -16479645 or 6523396. OLE color: 6523396.
HSL color Cylindrical-coordinate representation of color #048A63: hue angle of 162.54º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A63 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 138 | 99 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.46 |
| HSL | 162.54º | 0.94% | 0.28% | - |
| HSV(B) | 162.54º | 0.97% | 0.54% | - |
| XYZ | 11.39 | 19.1 | 14.89 | - |
| YUV | 93.49 | 131.11 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 99 | 0.97 | 0 | 0.28 | 0.46 | 162.54 | 0.94 | 0.28 |
| Hex | 4 | 8A | 63 | 61 | 0 | 1C | 2E | A3 | 5E | 1C |
| Octal | 4 | 212 | 143 | 141 | 0 | 34 | 56 | 243 | 136 | 34 |
| Binary | 100 | 10001010 | 1100011 | 1100001 | 0 | 11100 | 101110 | 10100011 | 1011110 | 11100 |
Color Harmonies of #048A63
Complementary color
Monochromatic Colors of #048A63
Black with #048A63
Text Example
Text Example
White with #048A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A63; }
p { color: rgb(4,138,99); }
H1.HeaderClassName
{
color: #048A63;
}
.AnyTagClassName
{
color: #048A63;
}
</style>
background-color css
<style>
a { background-color: #048A63; }
a { background-color: rgb(4,138,99); }
div.DivClassName
{
background-color: #048A63;
}
.BgClassName
{
background-color: #048A63;
}
</style>
border-color css
<style>
span { border-color: #048A63; }
span { border-color: rgb(4,138,99); }
td.TdClassName
{
border-color: #048A63;
}
.TagClassName
{
border-color: #048A63;
}
</style>