Shades of Observatory #048F66
Tints of Observatory #048F66
RGB
CMYK
RGB Variations
Color information
#048F66 (or 0x048F66) is known color: Observatory. HEX triplet: 04, 8F and 66. RGB value is (4,143,102). Sum of RGB (Red+Green+Blue) = 4+143+102=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #048F66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048F66 is #FB7099. Grayscale: #606060. Windows color (decimal): -16478362 or 6721284. OLE color: 6721284.
HSL color Cylindrical-coordinate representation of color #048F66: hue angle of 162.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 #048F66 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 143 | 102 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.44 |
| HSL | 162.3º | 0.95% | 0.29% | - |
| HSV(B) | 162.3º | 0.97% | 0.56% | - |
| XYZ | 12.27 | 20.63 | 15.91 | - |
| YUV | 96.77 | 130.95 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 102 | 0.97 | 0 | 0.29 | 0.44 | 162.3 | 0.95 | 0.29 |
| Hex | 4 | 8F | 66 | 61 | 0 | 1D | 2C | A2 | 5F | 1D |
| Octal | 4 | 217 | 146 | 141 | 0 | 35 | 54 | 242 | 137 | 35 |
| Binary | 100 | 10001111 | 1100110 | 1100001 | 0 | 11101 | 101100 | 10100010 | 1011111 | 11101 |
Color Harmonies of #048F66
Complementary color
Monochromatic Colors of #048F66
Black with #048F66
Text Example
Text Example
White with #048F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048F66; }
p { color: rgb(4,143,102); }
H1.HeaderClassName
{
color: #048F66;
}
.AnyTagClassName
{
color: #048F66;
}
</style>
background-color css
<style>
a { background-color: #048F66; }
a { background-color: rgb(4,143,102); }
div.DivClassName
{
background-color: #048F66;
}
.BgClassName
{
background-color: #048F66;
}
</style>
border-color css
<style>
span { border-color: #048F66; }
span { border-color: rgb(4,143,102); }
td.TdClassName
{
border-color: #048F66;
}
.TagClassName
{
border-color: #048F66;
}
</style>