Shades of Observatory #048A64
Tints of Observatory #048A64
RGB
CMYK
RGB Variations
Color information
#048A64 (or 0x048A64) is known color: Observatory. HEX triplet: 04, 8A and 64. RGB value is (4,138,100). Sum of RGB (Red+Green+Blue) = 4+138+100=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 138 (54.30% from 255 or 57.02% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 138 - color contains mainly: green. Hex color #048A64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048A64 is #FB759B. Grayscale: #5D5D5D. Windows color (decimal): -16479644 or 6588932. OLE color: 6588932.
HSL color Cylindrical-coordinate representation of color #048A64: hue angle of 162.99º 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 #048A64 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 138 | 100 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.46 |
| HSL | 162.99º | 0.94% | 0.28% | - |
| HSV(B) | 162.99º | 0.97% | 0.54% | - |
| XYZ | 11.44 | 19.12 | 15.14 | - |
| YUV | 93.6 | 131.61 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 100 | 0.97 | 0 | 0.28 | 0.46 | 162.99 | 0.94 | 0.28 |
| Hex | 4 | 8A | 64 | 61 | 0 | 1C | 2E | A3 | 5E | 1C |
| Octal | 4 | 212 | 144 | 141 | 0 | 34 | 56 | 243 | 136 | 34 |
| Binary | 100 | 10001010 | 1100100 | 1100001 | 0 | 11100 | 101110 | 10100011 | 1011110 | 11100 |
Color Harmonies of #048A64
Complementary color
Monochromatic Colors of #048A64
Black with #048A64
Text Example
Text Example
White with #048A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A64; }
p { color: rgb(4,138,100); }
H1.HeaderClassName
{
color: #048A64;
}
.AnyTagClassName
{
color: #048A64;
}
</style>
background-color css
<style>
a { background-color: #048A64; }
a { background-color: rgb(4,138,100); }
div.DivClassName
{
background-color: #048A64;
}
.BgClassName
{
background-color: #048A64;
}
</style>
border-color css
<style>
span { border-color: #048A64; }
span { border-color: rgb(4,138,100); }
td.TdClassName
{
border-color: #048A64;
}
.TagClassName
{
border-color: #048A64;
}
</style>