Shades of Observatory #04846B
Tints of Observatory #04846B
RGB
CMYK
RGB Variations
Color information
#04846B (or 0x04846B) is known color: Observatory. HEX triplet: 04, 84 and 6B. RGB value is (4,132,107). Sum of RGB (Red+Green+Blue) = 4+132+107=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #04846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04846B is #FB7B94. Grayscale: #5A5A5A. Windows color (decimal): -16481173 or 7046148. OLE color: 7046148.
HSL color Cylindrical-coordinate representation of color #04846B: hue angle of 168.28º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04846B is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 132 | 107 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.48 |
| HSL | 168.28º | 0.94% | 0.27% | - |
| HSV(B) | 168.28º | 0.97% | 0.52% | - |
| XYZ | 10.96 | 17.59 | 16.73 | - |
| YUV | 90.88 | 137.09 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 132 | 107 | 0.97 | 0 | 0.19 | 0.48 | 168.28 | 0.94 | 0.27 |
| Hex | 4 | 84 | 6B | 61 | 0 | 13 | 30 | A8 | 5E | 1B |
| Octal | 4 | 204 | 153 | 141 | 0 | 23 | 60 | 250 | 136 | 33 |
| Binary | 100 | 10000100 | 1101011 | 1100001 | 0 | 10011 | 110000 | 10101000 | 1011110 | 11011 |
Color Harmonies of #04846B
Complementary color
Monochromatic Colors of #04846B
Black with #04846B
Text Example
Text Example
White with #04846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04846B; }
p { color: rgb(4,132,107); }
H1.HeaderClassName
{
color: #04846B;
}
.AnyTagClassName
{
color: #04846B;
}
</style>
background-color css
<style>
a { background-color: #04846B; }
a { background-color: rgb(4,132,107); }
div.DivClassName
{
background-color: #04846B;
}
.BgClassName
{
background-color: #04846B;
}
</style>
border-color css
<style>
span { border-color: #04846B; }
span { border-color: rgb(4,132,107); }
td.TdClassName
{
border-color: #04846B;
}
.TagClassName
{
border-color: #04846B;
}
</style>