Shades of Observatory #04896B
Tints of Observatory #04896B
RGB
CMYK
RGB Variations
Color information
#04896B (or 0x04896B) is known color: Observatory. HEX triplet: 04, 89 and 6B. RGB value is (4,137,107). Sum of RGB (Red+Green+Blue) = 4+137+107=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #04896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04896B is #FB7694. Grayscale: #5D5D5D. Windows color (decimal): -16479893 or 7047428. OLE color: 7047428.
HSL color Cylindrical-coordinate representation of color #04896B: hue angle of 166.47º 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 #04896B is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 137 | 107 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.46 |
| HSL | 166.47º | 0.94% | 0.28% | - |
| HSV(B) | 166.47º | 0.97% | 0.54% | - |
| XYZ | 11.65 | 18.98 | 16.96 | - |
| YUV | 93.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 137 | 107 | 0.97 | 0 | 0.22 | 0.46 | 166.47 | 0.94 | 0.28 |
| Hex | 4 | 89 | 6B | 61 | 0 | 16 | 2E | A6 | 5E | 1C |
| Octal | 4 | 211 | 153 | 141 | 0 | 26 | 56 | 246 | 136 | 34 |
| Binary | 100 | 10001001 | 1101011 | 1100001 | 0 | 10110 | 101110 | 10100110 | 1011110 | 11100 |
Color Harmonies of #04896B
Complementary color
Monochromatic Colors of #04896B
Black with #04896B
Text Example
Text Example
White with #04896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04896B; }
p { color: rgb(4,137,107); }
H1.HeaderClassName
{
color: #04896B;
}
.AnyTagClassName
{
color: #04896B;
}
</style>
background-color css
<style>
a { background-color: #04896B; }
a { background-color: rgb(4,137,107); }
div.DivClassName
{
background-color: #04896B;
}
.BgClassName
{
background-color: #04896B;
}
</style>
border-color css
<style>
span { border-color: #04896B; }
span { border-color: rgb(4,137,107); }
td.TdClassName
{
border-color: #04896B;
}
.TagClassName
{
border-color: #04896B;
}
</style>