Shades of Observatory #04947D
Tints of Observatory #04947D
RGB
CMYK
RGB Variations
Color information
#04947D (or 0x04947D) is known color: Observatory. HEX triplet: 04, 94 and 7D. RGB value is (4,148,125). Sum of RGB (Red+Green+Blue) = 4+148+125=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #04947D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04947D is #FB6B82. Grayscale: #666666. Windows color (decimal): -16477059 or 8229892. OLE color: 8229892.
HSL color Cylindrical-coordinate representation of color #04947D: hue angle of 170.42º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04947D is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 148 | 125 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.42 |
| HSL | 170.42º | 0.95% | 0.3% | - |
| HSV(B) | 170.42º | 0.97% | 0.58% | - |
| XYZ | 14.34 | 22.69 | 23.03 | - |
| YUV | 102.32 | 140.79 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 148 | 125 | 0.97 | 0 | 0.16 | 0.42 | 170.42 | 0.95 | 0.3 |
| Hex | 4 | 94 | 7D | 61 | 0 | 10 | 2A | AA | 5F | 1E |
| Octal | 4 | 224 | 175 | 141 | 0 | 20 | 52 | 252 | 137 | 36 |
| Binary | 100 | 10010100 | 1111101 | 1100001 | 0 | 10000 | 101010 | 10101010 | 1011111 | 11110 |
Color Harmonies of #04947D
Complementary color
Monochromatic Colors of #04947D
Black with #04947D
Text Example
Text Example
White with #04947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04947D; }
p { color: rgb(4,148,125); }
H1.HeaderClassName
{
color: #04947D;
}
.AnyTagClassName
{
color: #04947D;
}
</style>
background-color css
<style>
a { background-color: #04947D; }
a { background-color: rgb(4,148,125); }
div.DivClassName
{
background-color: #04947D;
}
.BgClassName
{
background-color: #04947D;
}
</style>
border-color css
<style>
span { border-color: #04947D; }
span { border-color: rgb(4,148,125); }
td.TdClassName
{
border-color: #04947D;
}
.TagClassName
{
border-color: #04947D;
}
</style>