#049374

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

Shades of Observatory #049374

Tints of Observatory #049374

Color information

#049374 (or 0x049374) is unknown color: approx Observatory. HEX triplet: 04, 93 and 74. RGB value is (4,147,116). Sum of RGB (Red+Green+Blue) = 4+147+116=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #049374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049374 is #FB6C8B. Grayscale: #646464. Windows color (decimal): -16477324 or 7639812. OLE color: 7639812.

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

Color convert

RGB4147116-
CMYK0.9700.210.42
HSL166.99º94.7%29.61%-
HSV(B)166.99º97.28%57.65%-
XYZ13.6422.1520.08-
YUV100.71136.6259.02-

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.06%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=1.50%
G=55.06%
B=43.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41471160.9700.210.42166.9994.729.61
Hex49374610152Aa75f1e
Octal42231641410255224713736
Binary100100100111110100110000101010110101010100111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049374; }

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

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

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

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

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

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

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

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