Shades of Observatory #048878
Tints of Observatory #048878
RGB
CMYK
RGB Variations
Color information
#048878 (or 0x048878) is known color: Observatory. HEX triplet: 04, 88 and 78. RGB value is (4,136,120). Sum of RGB (Red+Green+Blue) = 4+136+120=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #048878 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048878 is #FB7787. Grayscale: #5E5E5E. Windows color (decimal): -16480136 or 7899140. OLE color: 7899140.
HSL color Cylindrical-coordinate representation of color #048878: hue angle of 172.73º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048878 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 136 | 120 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.47 |
| HSL | 172.73º | 0.94% | 0.27% | - |
| HSV(B) | 172.73º | 0.97% | 0.53% | - |
| XYZ | 12.24 | 18.99 | 20.79 | - |
| YUV | 94.71 | 142.27 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 120 | 0.97 | 0 | 0.12 | 0.47 | 172.73 | 0.94 | 0.27 |
| Hex | 4 | 88 | 78 | 61 | 0 | C | 2F | AD | 5E | 1B |
| Octal | 4 | 210 | 170 | 141 | 0 | 14 | 57 | 255 | 136 | 33 |
| Binary | 100 | 10001000 | 1111000 | 1100001 | 0 | 1100 | 101111 | 10101101 | 1011110 | 11011 |
Color Harmonies of #048878
Complementary color
Monochromatic Colors of #048878
Black with #048878
Text Example
Text Example
White with #048878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048878; }
p { color: rgb(4,136,120); }
H1.HeaderClassName
{
color: #048878;
}
.AnyTagClassName
{
color: #048878;
}
</style>
background-color css
<style>
a { background-color: #048878; }
a { background-color: rgb(4,136,120); }
div.DivClassName
{
background-color: #048878;
}
.BgClassName
{
background-color: #048878;
}
</style>
border-color css
<style>
span { border-color: #048878; }
span { border-color: rgb(4,136,120); }
td.TdClassName
{
border-color: #048878;
}
.TagClassName
{
border-color: #048878;
}
</style>