Shades of Observatory #048E7A
Tints of Observatory #048E7A
RGB
CMYK
RGB Variations
Color information
#048E7A (or 0x048E7A) is known color: Observatory. HEX triplet: 04, 8E and 7A. RGB value is (4,142,122). Sum of RGB (Red+Green+Blue) = 4+142+122=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #048E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048E7A is #FB7185. Grayscale: #626262. Windows color (decimal): -16478598 or 8031748. OLE color: 8031748.
HSL color Cylindrical-coordinate representation of color #048E7A: hue angle of 171.3º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E7A is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 142 | 122 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.44 |
| HSL | 171.3º | 0.95% | 0.29% | - |
| HSV(B) | 171.3º | 0.97% | 0.56% | - |
| XYZ | 13.24 | 20.78 | 21.73 | - |
| YUV | 98.46 | 141.28 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 122 | 0.97 | 0 | 0.14 | 0.44 | 171.3 | 0.95 | 0.29 |
| Hex | 4 | 8E | 7A | 61 | 0 | E | 2C | AB | 5F | 1D |
| Octal | 4 | 216 | 172 | 141 | 0 | 16 | 54 | 253 | 137 | 35 |
| Binary | 100 | 10001110 | 1111010 | 1100001 | 0 | 1110 | 101100 | 10101011 | 1011111 | 11101 |
Color Harmonies of #048E7A
Complementary color
Monochromatic Colors of #048E7A
Black with #048E7A
Text Example
Text Example
White with #048E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048E7A; }
p { color: rgb(4,142,122); }
H1.HeaderClassName
{
color: #048E7A;
}
.AnyTagClassName
{
color: #048E7A;
}
</style>
background-color css
<style>
a { background-color: #048E7A; }
a { background-color: rgb(4,142,122); }
div.DivClassName
{
background-color: #048E7A;
}
.BgClassName
{
background-color: #048E7A;
}
</style>
border-color css
<style>
span { border-color: #048E7A; }
span { border-color: rgb(4,142,122); }
td.TdClassName
{
border-color: #048E7A;
}
.TagClassName
{
border-color: #048E7A;
}
</style>