Shades of Observatory #04966C
Tints of Observatory #04966C
RGB
CMYK
RGB Variations
Color information
#04966C (or 0x04966C) is known color: Observatory. HEX triplet: 04, 96 and 6C. RGB value is (4,150,108). Sum of RGB (Red+Green+Blue) = 4+150+108=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #04966C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04966C is #FB6993. Grayscale: #656565. Windows color (decimal): -16476564 or 7116292. OLE color: 7116292.
HSL color Cylindrical-coordinate representation of color #04966C: hue angle of 162.74º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04966C is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 4 | 150 | 108 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.41 |
| HSL | 162.74º | 0.95% | 0.3% | - |
| HSV(B) | 162.74º | 0.97% | 0.59% | - |
| XYZ | 13.66 | 22.92 | 17.89 | - |
| YUV | 101.56 | 131.63 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 150 | 108 | 0.97 | 0 | 0.28 | 0.41 | 162.74 | 0.95 | 0.3 |
| Hex | 4 | 96 | 6C | 61 | 0 | 1C | 29 | A3 | 5F | 1E |
| Octal | 4 | 226 | 154 | 141 | 0 | 34 | 51 | 243 | 137 | 36 |
| Binary | 100 | 10010110 | 1101100 | 1100001 | 0 | 11100 | 101001 | 10100011 | 1011111 | 11110 |
Color Harmonies of #04966C
Complementary color
Monochromatic Colors of #04966C
Black with #04966C
Text Example
Text Example
White with #04966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04966C; }
p { color: rgb(4,150,108); }
H1.HeaderClassName
{
color: #04966C;
}
.AnyTagClassName
{
color: #04966C;
}
</style>
background-color css
<style>
a { background-color: #04966C; }
a { background-color: rgb(4,150,108); }
div.DivClassName
{
background-color: #04966C;
}
.BgClassName
{
background-color: #04966C;
}
</style>
border-color css
<style>
span { border-color: #04966C; }
span { border-color: rgb(4,150,108); }
td.TdClassName
{
border-color: #04966C;
}
.TagClassName
{
border-color: #04966C;
}
</style>