Shades of Observatory #04937E
Tints of Observatory #04937E
RGB
CMYK
RGB Variations
Color information
#04937E (or 0x04937E) is known color: Observatory. HEX triplet: 04, 93 and 7E. RGB value is (4,147,126). Sum of RGB (Red+Green+Blue) = 4+147+126=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #04937E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04937E is #FB6C81. Grayscale: #656565. Windows color (decimal): -16477314 or 8295172. OLE color: 8295172.
HSL color Cylindrical-coordinate representation of color #04937E: hue angle of 171.19º 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 #04937E is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 147 | 126 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.42 |
| HSL | 171.19º | 0.95% | 0.3% | - |
| HSV(B) | 171.19º | 0.97% | 0.58% | - |
| XYZ | 14.25 | 22.4 | 23.31 | - |
| YUV | 101.85 | 141.62 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 147 | 126 | 0.97 | 0 | 0.14 | 0.42 | 171.19 | 0.95 | 0.3 |
| Hex | 4 | 93 | 7E | 61 | 0 | E | 2A | AB | 5F | 1E |
| Octal | 4 | 223 | 176 | 141 | 0 | 16 | 52 | 253 | 137 | 36 |
| Binary | 100 | 10010011 | 1111110 | 1100001 | 0 | 1110 | 101010 | 10101011 | 1011111 | 11110 |
Color Harmonies of #04937E
Complementary color
Monochromatic Colors of #04937E
Black with #04937E
Text Example
Text Example
White with #04937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04937E; }
p { color: rgb(4,147,126); }
H1.HeaderClassName
{
color: #04937E;
}
.AnyTagClassName
{
color: #04937E;
}
</style>
background-color css
<style>
a { background-color: #04937E; }
a { background-color: rgb(4,147,126); }
div.DivClassName
{
background-color: #04937E;
}
.BgClassName
{
background-color: #04937E;
}
</style>
border-color css
<style>
span { border-color: #04937E; }
span { border-color: rgb(4,147,126); }
td.TdClassName
{
border-color: #04937E;
}
.TagClassName
{
border-color: #04937E;
}
</style>