#049076

Color #049076 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #049076

Tints of Observatory #049076

Color information

#049076 (or 0x049076) is unknown color: approx Observatory. HEX triplet: 04, 90 and 76. RGB value is (4,144,118). Sum of RGB (Red+Green+Blue) = 4+144+118=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #049076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049076 is #FB6F89. Grayscale: #636363. Windows color (decimal): -16478090 or 7770116. OLE color: 7770116.

HSL color Cylindrical-coordinate representation of color #049076: hue angle of 168.86º 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 #049076 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB4144118-
CMYK0.9700.180.44
HSL168.86º94.59%29.02%-
HSV(B)168.86º97.22%56.47%-
XYZ13.2921.2820.55-
YUV99.18138.6260.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.50%
GREEN value IS 144 (56.64% from 255) = 54.14%
BLUE value IS 118 (46.48% from 255) = 44.36%
R=1.50%
G=54.14%
B=44.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41441180.9700.180.44168.8694.5929.02
Hex49076610122Ca95f1d
Octal42201661410225425113735
Binary100100100001110110110000101001010110010101001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049076; }

 p { color: rgb(4,144,118); }

 H1.HeaderClassName
 {
   color: #049076;
 }
 .AnyTagClassName
 {
   color: #049076;
 }
</style>
background-color css

<style>
 a { background-color: #049076; }

 a { background-color: rgb(4,144,118); }

 div.DivClassName
 {
   background-color: #049076;
 }
 .BgClassName
 {
   background-color: #049076;
 }
</style>
border-color css

<style>
 span { border-color: #049076; }

 span { border-color: rgb(4,144,118); }

 td.TdClassName
 {
   border-color: #049076;
 }
 .TagClassName
 {
   border-color: #049076;
 }
</style>