Shades of Observatory #04937B
Tints of Observatory #04937B
RGB
CMYK
RGB Variations
Color information
#04937B (or 0x04937B) is known color: Observatory. HEX triplet: 04, 93 and 7B. RGB value is (4,147,123). Sum of RGB (Red+Green+Blue) = 4+147+123=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #04937B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04937B is #FB6C84. Grayscale: #656565. Windows color (decimal): -16477317 or 8098564. OLE color: 8098564.
HSL color Cylindrical-coordinate representation of color #04937B: hue angle of 169.93º 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 #04937B is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 147 | 123 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.42 |
| HSL | 169.93º | 0.95% | 0.3% | - |
| HSV(B) | 169.93º | 0.97% | 0.58% | - |
| XYZ | 14.06 | 22.32 | 22.31 | - |
| YUV | 101.51 | 140.12 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 147 | 123 | 0.97 | 0 | 0.16 | 0.42 | 169.93 | 0.95 | 0.3 |
| Hex | 4 | 93 | 7B | 61 | 0 | 10 | 2A | AA | 5F | 1E |
| Octal | 4 | 223 | 173 | 141 | 0 | 20 | 52 | 252 | 137 | 36 |
| Binary | 100 | 10010011 | 1111011 | 1100001 | 0 | 10000 | 101010 | 10101010 | 1011111 | 11110 |
Color Harmonies of #04937B
Complementary color
Monochromatic Colors of #04937B
Black with #04937B
Text Example
Text Example
White with #04937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04937B; }
p { color: rgb(4,147,123); }
H1.HeaderClassName
{
color: #04937B;
}
.AnyTagClassName
{
color: #04937B;
}
</style>
background-color css
<style>
a { background-color: #04937B; }
a { background-color: rgb(4,147,123); }
div.DivClassName
{
background-color: #04937B;
}
.BgClassName
{
background-color: #04937B;
}
</style>
border-color css
<style>
span { border-color: #04937B; }
span { border-color: rgb(4,147,123); }
td.TdClassName
{
border-color: #04937B;
}
.TagClassName
{
border-color: #04937B;
}
</style>