Shades of Observatory #048F7E
Tints of Observatory #048F7E
RGB
CMYK
RGB Variations
Color information
#048F7E (or 0x048F7E) is known color: Observatory. HEX triplet: 04, 8F and 7E. RGB value is (4,143,126). Sum of RGB (Red+Green+Blue) = 4+143+126=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #048F7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048F7E is #FB7081. Grayscale: #636363. Windows color (decimal): -16478338 or 8294148. OLE color: 8294148.
HSL color Cylindrical-coordinate representation of color #048F7E: hue angle of 172.66º 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 #048F7E is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 143 | 126 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.44 |
| HSL | 172.66º | 0.95% | 0.29% | - |
| HSV(B) | 172.66º | 0.97% | 0.56% | - |
| XYZ | 13.64 | 21.18 | 23.11 | - |
| YUV | 99.5 | 142.95 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 126 | 0.97 | 0 | 0.12 | 0.44 | 172.66 | 0.95 | 0.29 |
| Hex | 4 | 8F | 7E | 61 | 0 | C | 2C | AD | 5F | 1D |
| Octal | 4 | 217 | 176 | 141 | 0 | 14 | 54 | 255 | 137 | 35 |
| Binary | 100 | 10001111 | 1111110 | 1100001 | 0 | 1100 | 101100 | 10101101 | 1011111 | 11101 |
Color Harmonies of #048F7E
Complementary color
Monochromatic Colors of #048F7E
Black with #048F7E
Text Example
Text Example
White with #048F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048F7E; }
p { color: rgb(4,143,126); }
H1.HeaderClassName
{
color: #048F7E;
}
.AnyTagClassName
{
color: #048F7E;
}
</style>
background-color css
<style>
a { background-color: #048F7E; }
a { background-color: rgb(4,143,126); }
div.DivClassName
{
background-color: #048F7E;
}
.BgClassName
{
background-color: #048F7E;
}
</style>
border-color css
<style>
span { border-color: #048F7E; }
span { border-color: rgb(4,143,126); }
td.TdClassName
{
border-color: #048F7E;
}
.TagClassName
{
border-color: #048F7E;
}
</style>