#049373

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

Shades of Observatory #049373

Tints of Observatory #049373

Color information

#049373 (or 0x049373) is unknown color: approx Observatory. HEX triplet: 04, 93 and 73. RGB value is (4,147,115). Sum of RGB (Red+Green+Blue) = 4+147+115=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #049373 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049373 is #FB6C8C. Grayscale: #646464. Windows color (decimal): -16477325 or 7574276. OLE color: 7574276.

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

Color convert

RGB4147115-
CMYK0.9700.220.42
HSL166.57º94.7%29.61%-
HSV(B)166.57º97.28%57.65%-
XYZ13.5822.1319.78-
YUV100.6136.1259.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.50%
GREEN value IS 147 (57.81% from 255) = 55.26%
BLUE value IS 115 (45.31% from 255) = 43.23%
R=1.50%
G=55.26%
B=43.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41471150.9700.220.42166.5794.729.61
Hex49373610162Aa75f1e
Octal42231631410265224713736
Binary100100100111110011110000101011010101010100111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049373; }

 p { color: rgb(4,147,115); }

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

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

 a { background-color: rgb(4,147,115); }

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

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

 span { border-color: rgb(4,147,115); }

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