Shades of Observatory #048A6B
Tints of Observatory #048A6B
RGB
CMYK
RGB Variations
Color information
#048A6B (or 0x048A6B) is known color: Observatory. HEX triplet: 04, 8A and 6B. RGB value is (4,138,107). Sum of RGB (Red+Green+Blue) = 4+138+107=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #048A6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048A6B is #FB7594. Grayscale: #5E5E5E. Windows color (decimal): -16479637 or 7047684. OLE color: 7047684.
HSL color Cylindrical-coordinate representation of color #048A6B: hue angle of 166.12º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A6B is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 138 | 107 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.46 |
| HSL | 166.12º | 0.94% | 0.28% | - |
| HSV(B) | 166.12º | 0.97% | 0.54% | - |
| XYZ | 11.79 | 19.26 | 17.01 | - |
| YUV | 94.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 107 | 0.97 | 0 | 0.22 | 0.46 | 166.12 | 0.94 | 0.28 |
| Hex | 4 | 8A | 6B | 61 | 0 | 16 | 2E | A6 | 5E | 1C |
| Octal | 4 | 212 | 153 | 141 | 0 | 26 | 56 | 246 | 136 | 34 |
| Binary | 100 | 10001010 | 1101011 | 1100001 | 0 | 10110 | 101110 | 10100110 | 1011110 | 11100 |
Color Harmonies of #048A6B
Complementary color
Monochromatic Colors of #048A6B
Black with #048A6B
Text Example
Text Example
White with #048A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A6B; }
p { color: rgb(4,138,107); }
H1.HeaderClassName
{
color: #048A6B;
}
.AnyTagClassName
{
color: #048A6B;
}
</style>
background-color css
<style>
a { background-color: #048A6B; }
a { background-color: rgb(4,138,107); }
div.DivClassName
{
background-color: #048A6B;
}
.BgClassName
{
background-color: #048A6B;
}
</style>
border-color css
<style>
span { border-color: #048A6B; }
span { border-color: rgb(4,138,107); }
td.TdClassName
{
border-color: #048A6B;
}
.TagClassName
{
border-color: #048A6B;
}
</style>