Shades of Observatory #048C6B
Tints of Observatory #048C6B
RGB
CMYK
RGB Variations
Color information
#048C6B (or 0x048C6B) is known color: Observatory. HEX triplet: 04, 8C and 6B. RGB value is (4,140,107). Sum of RGB (Red+Green+Blue) = 4+140+107=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 140 (55.08% from 255 or 55.78% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 140 - color contains mainly: green. Hex color #048C6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048C6B is #FB7394. Grayscale: #5F5F5F. Windows color (decimal): -16479125 or 7048196. OLE color: 7048196.
HSL color Cylindrical-coordinate representation of color #048C6B: hue angle of 165.44º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C6B is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 140 | 107 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.45 |
| HSL | 165.44º | 0.94% | 0.28% | - |
| HSV(B) | 165.44º | 0.97% | 0.55% | - |
| XYZ | 12.08 | 19.84 | 17.1 | - |
| YUV | 95.57 | 134.44 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 107 | 0.97 | 0 | 0.24 | 0.45 | 165.44 | 0.94 | 0.28 |
| Hex | 4 | 8C | 6B | 61 | 0 | 18 | 2D | A5 | 5E | 1C |
| Octal | 4 | 214 | 153 | 141 | 0 | 30 | 55 | 245 | 136 | 34 |
| Binary | 100 | 10001100 | 1101011 | 1100001 | 0 | 11000 | 101101 | 10100101 | 1011110 | 11100 |
Color Harmonies of #048C6B
Complementary color
Monochromatic Colors of #048C6B
Black with #048C6B
Text Example
Text Example
White with #048C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C6B; }
p { color: rgb(4,140,107); }
H1.HeaderClassName
{
color: #048C6B;
}
.AnyTagClassName
{
color: #048C6B;
}
</style>
background-color css
<style>
a { background-color: #048C6B; }
a { background-color: rgb(4,140,107); }
div.DivClassName
{
background-color: #048C6B;
}
.BgClassName
{
background-color: #048C6B;
}
</style>
border-color css
<style>
span { border-color: #048C6B; }
span { border-color: rgb(4,140,107); }
td.TdClassName
{
border-color: #048C6B;
}
.TagClassName
{
border-color: #048C6B;
}
</style>