Shades of Observatory #048865
Tints of Observatory #048865
RGB
CMYK
RGB Variations
Color information
#048865 (or 0x048865) is known color: Observatory. HEX triplet: 04, 88 and 65. RGB value is (4,136,101). Sum of RGB (Red+Green+Blue) = 4+136+101=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #048865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048865 is #FB779A. Grayscale: #5C5C5C. Windows color (decimal): -16480155 or 6653956. OLE color: 6653956.
HSL color Cylindrical-coordinate representation of color #048865: hue angle of 164.09º 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 #048865 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 136 | 101 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.47 |
| HSL | 164.09º | 0.94% | 0.27% | - |
| HSV(B) | 164.09º | 0.97% | 0.53% | - |
| XYZ | 11.2 | 18.57 | 15.31 | - |
| YUV | 92.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 101 | 0.97 | 0 | 0.26 | 0.47 | 164.09 | 0.94 | 0.27 |
| Hex | 4 | 88 | 65 | 61 | 0 | 1A | 2F | A4 | 5E | 1B |
| Octal | 4 | 210 | 145 | 141 | 0 | 32 | 57 | 244 | 136 | 33 |
| Binary | 100 | 10001000 | 1100101 | 1100001 | 0 | 11010 | 101111 | 10100100 | 1011110 | 11011 |
Color Harmonies of #048865
Complementary color
Monochromatic Colors of #048865
Black with #048865
Text Example
Text Example
White with #048865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048865; }
p { color: rgb(4,136,101); }
H1.HeaderClassName
{
color: #048865;
}
.AnyTagClassName
{
color: #048865;
}
</style>
background-color css
<style>
a { background-color: #048865; }
a { background-color: rgb(4,136,101); }
div.DivClassName
{
background-color: #048865;
}
.BgClassName
{
background-color: #048865;
}
</style>
border-color css
<style>
span { border-color: #048865; }
span { border-color: rgb(4,136,101); }
td.TdClassName
{
border-color: #048865;
}
.TagClassName
{
border-color: #048865;
}
</style>