Shades of Observatory #048366
Tints of Observatory #048366
RGB
CMYK
RGB Variations
Color information
#048366 (or 0x048366) is known color: Observatory. HEX triplet: 04, 83 and 66. RGB value is (4,131,102). Sum of RGB (Red+Green+Blue) = 4+131+102=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #048366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048366 is #FB7C99. Grayscale: #595959. Windows color (decimal): -16481434 or 6718212. OLE color: 6718212.
HSL color Cylindrical-coordinate representation of color #048366: hue angle of 166.3º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048366 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 131 | 102 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.49 |
| HSL | 166.3º | 0.94% | 0.26% | - |
| HSV(B) | 166.3º | 0.97% | 0.51% | - |
| XYZ | 10.56 | 17.22 | 15.34 | - |
| YUV | 89.72 | 134.92 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 102 | 0.97 | 0 | 0.22 | 0.49 | 166.3 | 0.94 | 0.26 |
| Hex | 4 | 83 | 66 | 61 | 0 | 16 | 31 | A6 | 5E | 1A |
| Octal | 4 | 203 | 146 | 141 | 0 | 26 | 61 | 246 | 136 | 32 |
| Binary | 100 | 10000011 | 1100110 | 1100001 | 0 | 10110 | 110001 | 10100110 | 1011110 | 11010 |
Color Harmonies of #048366
Complementary color
Monochromatic Colors of #048366
Black with #048366
Text Example
Text Example
White with #048366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048366; }
p { color: rgb(4,131,102); }
H1.HeaderClassName
{
color: #048366;
}
.AnyTagClassName
{
color: #048366;
}
</style>
background-color css
<style>
a { background-color: #048366; }
a { background-color: rgb(4,131,102); }
div.DivClassName
{
background-color: #048366;
}
.BgClassName
{
background-color: #048366;
}
</style>
border-color css
<style>
span { border-color: #048366; }
span { border-color: rgb(4,131,102); }
td.TdClassName
{
border-color: #048366;
}
.TagClassName
{
border-color: #048366;
}
</style>