Shades of Observatory #048D6D
Tints of Observatory #048D6D
RGB
CMYK
RGB Variations
Color information
#048D6D (or 0x048D6D) is known color: Observatory. HEX triplet: 04, 8D and 6D. RGB value is (4,141,109). Sum of RGB (Red+Green+Blue) = 4+141+109=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #048D6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048D6D is #FB7292. Grayscale: #606060. Windows color (decimal): -16478867 or 7179524. OLE color: 7179524.
HSL color Cylindrical-coordinate representation of color #048D6D: hue angle of 165.99º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D6D is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 141 | 109 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.45 |
| HSL | 165.99º | 0.94% | 0.28% | - |
| HSV(B) | 165.99º | 0.97% | 0.55% | - |
| XYZ | 12.34 | 20.18 | 17.71 | - |
| YUV | 96.39 | 135.11 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 109 | 0.97 | 0 | 0.23 | 0.45 | 165.99 | 0.94 | 0.28 |
| Hex | 4 | 8D | 6D | 61 | 0 | 17 | 2D | A6 | 5E | 1C |
| Octal | 4 | 215 | 155 | 141 | 0 | 27 | 55 | 246 | 136 | 34 |
| Binary | 100 | 10001101 | 1101101 | 1100001 | 0 | 10111 | 101101 | 10100110 | 1011110 | 11100 |
Color Harmonies of #048D6D
Complementary color
Monochromatic Colors of #048D6D
Black with #048D6D
Text Example
Text Example
White with #048D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048D6D; }
p { color: rgb(4,141,109); }
H1.HeaderClassName
{
color: #048D6D;
}
.AnyTagClassName
{
color: #048D6D;
}
</style>
background-color css
<style>
a { background-color: #048D6D; }
a { background-color: rgb(4,141,109); }
div.DivClassName
{
background-color: #048D6D;
}
.BgClassName
{
background-color: #048D6D;
}
</style>
border-color css
<style>
span { border-color: #048D6D; }
span { border-color: rgb(4,141,109); }
td.TdClassName
{
border-color: #048D6D;
}
.TagClassName
{
border-color: #048D6D;
}
</style>