Shades of Observatory #04906B
Tints of Observatory #04906B
RGB
CMYK
RGB Variations
Color information
#04906B (or 0x04906B) is known color: Observatory. HEX triplet: 04, 90 and 6B. RGB value is (4,144,107). Sum of RGB (Red+Green+Blue) = 4+144+107=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #04906B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04906B is #FB6F94. Grayscale: #616161. Windows color (decimal): -16478101 or 7049220. OLE color: 7049220.
HSL color Cylindrical-coordinate representation of color #04906B: hue angle of 164.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04906B is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 144 | 107 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.44 |
| HSL | 164.14º | 0.95% | 0.29% | - |
| HSV(B) | 164.14º | 0.97% | 0.56% | - |
| XYZ | 12.68 | 21.03 | 17.3 | - |
| YUV | 97.92 | 133.12 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 107 | 0.97 | 0 | 0.26 | 0.44 | 164.14 | 0.95 | 0.29 |
| Hex | 4 | 90 | 6B | 61 | 0 | 1A | 2C | A4 | 5F | 1D |
| Octal | 4 | 220 | 153 | 141 | 0 | 32 | 54 | 244 | 137 | 35 |
| Binary | 100 | 10010000 | 1101011 | 1100001 | 0 | 11010 | 101100 | 10100100 | 1011111 | 11101 |
Color Harmonies of #04906B
Complementary color
Monochromatic Colors of #04906B
Black with #04906B
Text Example
Text Example
White with #04906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04906B; }
p { color: rgb(4,144,107); }
H1.HeaderClassName
{
color: #04906B;
}
.AnyTagClassName
{
color: #04906B;
}
</style>
background-color css
<style>
a { background-color: #04906B; }
a { background-color: rgb(4,144,107); }
div.DivClassName
{
background-color: #04906B;
}
.BgClassName
{
background-color: #04906B;
}
</style>
border-color css
<style>
span { border-color: #04906B; }
span { border-color: rgb(4,144,107); }
td.TdClassName
{
border-color: #04906B;
}
.TagClassName
{
border-color: #04906B;
}
</style>