Shades of Observatory #048A6D
Tints of Observatory #048A6D
RGB
CMYK
RGB Variations
Color information
#048A6D (or 0x048A6D) is known color: Observatory. HEX triplet: 04, 8A and 6D. RGB value is (4,138,109). Sum of RGB (Red+Green+Blue) = 4+138+109=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 138 (54.30% from 255 or 54.98% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 138 - color contains mainly: green. Hex color #048A6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048A6D is #FB7592. Grayscale: #5E5E5E. Windows color (decimal): -16479635 or 7178756. OLE color: 7178756.
HSL color Cylindrical-coordinate representation of color #048A6D: hue angle of 167.01º 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 #048A6D is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 138 | 109 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.46 |
| HSL | 167.01º | 0.94% | 0.28% | - |
| HSV(B) | 167.01º | 0.97% | 0.54% | - |
| XYZ | 11.9 | 19.31 | 17.57 | - |
| YUV | 94.63 | 136.11 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 109 | 0.97 | 0 | 0.21 | 0.46 | 167.01 | 0.94 | 0.28 |
| Hex | 4 | 8A | 6D | 61 | 0 | 15 | 2E | A7 | 5E | 1C |
| Octal | 4 | 212 | 155 | 141 | 0 | 25 | 56 | 247 | 136 | 34 |
| Binary | 100 | 10001010 | 1101101 | 1100001 | 0 | 10101 | 101110 | 10100111 | 1011110 | 11100 |
Color Harmonies of #048A6D
Complementary color
Monochromatic Colors of #048A6D
Black with #048A6D
Text Example
Text Example
White with #048A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A6D; }
p { color: rgb(4,138,109); }
H1.HeaderClassName
{
color: #048A6D;
}
.AnyTagClassName
{
color: #048A6D;
}
</style>
background-color css
<style>
a { background-color: #048A6D; }
a { background-color: rgb(4,138,109); }
div.DivClassName
{
background-color: #048A6D;
}
.BgClassName
{
background-color: #048A6D;
}
</style>
border-color css
<style>
span { border-color: #048A6D; }
span { border-color: rgb(4,138,109); }
td.TdClassName
{
border-color: #048A6D;
}
.TagClassName
{
border-color: #048A6D;
}
</style>